2nd 10l (noticed by arpi)

Originally committed as revision 1082 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Alex Beregszaszi 23 years ago
parent 7b5c80f6bb
commit 9d3748bed3
  1. 2
      libavcodec/mjpeg.c

@ -1283,7 +1283,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
while (src<buf_end)
{
unsigned char *x = *(src++);
unsigned char x = *(src++);
*(dst++) = x;
if (x == 0xff)

Loading…
Cancel
Save