Commit ad349a97 authored by mellum's avatar mellum

Warning fix.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@747 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9d2e67e3
...@@ -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