From 6b765cd276a1395cc33a361cd07ab418520c2b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Falk=20H=C3=BCffner?= Date: Fri, 12 Jul 2002 12:41:32 +0000 Subject: [PATCH] Warning fix. Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mjpeg.c | 1 + 1 file changed, 1 insertion(+) 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;