Remove unused empty block
authorMichał Janiszewski <janisozaur+signed@gmail.com>
Tue, 16 Oct 2018 19:13:23 +0000 (21:13 +0200)
committerMichał Janiszewski <janisozaur+signed@gmail.com>
Tue, 16 Oct 2018 20:51:03 +0000 (22:51 +0200)
modules/videoio/src/cap_ffmpeg_impl.hpp

index fb306c7..26a9369 100644 (file)
@@ -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;
 }