Commit 6b765cd2 authored by Falk Hüffner's avatar Falk Hüffner

Warning fix.

Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d85c5979
...@@ -1314,6 +1314,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx, ...@@ -1314,6 +1314,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
} }
} }
not_the_end: not_the_end:
;
} }
the_end: the_end:
return buf_ptr - buf; return buf_ptr - buf;
......
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