1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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

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)