Commit 842341fc authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12859 from janisozaur:empty-block

parents 32a5e5fa 5640b36f
......@@ -1519,8 +1519,6 @@ static AVFrame * icv_alloc_picture_FFMPEG(int pix_fmt, int width, int height, bo
_opencv_ffmpeg_av_image_fill_arrays(picture, picture_buf,
(AVPixelFormat) pix_fmt, width, height);
}
else {
}
return picture;
}
......
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