From 9d3748bed3d2e03993c32cf87c12a7f0039d061c Mon Sep 17 00:00:00 2001
From: Alex Beregszaszi <alex@rtfs.hu>
Date: Sun, 27 Oct 2002 19:11:06 +0000
Subject: [PATCH] 2nd 10l (noticed by arpi)

Originally committed as revision 1082 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/mjpeg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c
index f62891e244c..7ca16010862 100644
--- a/libavcodec/mjpeg.c
+++ b/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)
-- 
GitLab