Warning fix.

Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Falk Hüffner 23 years ago
parent d85c5979d0
commit 6b765cd276
  1. 1
      libavcodec/mjpeg.c

@ -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;

Loading…
Cancel
Save