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:
parent
7b5c80f6bb
commit
9d3748bed3
@ -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…
x
Reference in New Issue
Block a user