diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c index d5cb0f5396..5beb47e17d 100644 --- a/libavcodec/mjpeg.c +++ b/libavcodec/mjpeg.c @@ -1314,6 +1314,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx, } } not_the_end: + ; } the_end: return buf_ptr - buf;