OSDN Git Service

Warning fix.
authorFalk Hüffner <mellum@users.sourceforge.net>
Fri, 12 Jul 2002 12:41:32 +0000 (12:41 +0000)
committerFalk Hüffner <mellum@users.sourceforge.net>
Fri, 12 Jul 2002 12:41:32 +0000 (12:41 +0000)
Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mjpeg.c

index d5cb0f5..5beb47e 100644 (file)
@@ -1314,6 +1314,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
             }
         }
  not_the_end:
+       ;
     }
  the_end:
     return buf_ptr - buf;