2nd 10l (noticed by arpi)

Originally committed as revision 1082 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2002-10-27 19:11:06 +00:00
parent 7b5c80f6bb
commit 9d3748bed3
1 changed files with 1 additions and 1 deletions

View File

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