Commit 82db65ae authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

avoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers

parent f551b254
......@@ -573,7 +573,7 @@ bool CvCapture_FFMPEG::retrieveFrame(int, unsigned char** data, int* step, int*
);
if (img_convert_ctx == NULL)
CV_Error(0, "Cannot initialize the conversion context!");
return false;//CV_Error(0, "Cannot initialize the conversion context!");
sws_scale(
img_convert_ctx,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment