Commit b690f036 authored by al3x's avatar al3x

2nd 10l (noticed by arpi)


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