changeset 778:6f24d6388750 libavcodec

2nd 10l (noticed by arpi)
author al3x
date Sun, 27 Oct 2002 19:11:06 +0000
parents da879983a88f
children 915524c08334
files mjpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mjpeg.c	Sun Oct 27 19:01:00 2002 +0000
+++ b/mjpeg.c	Sun Oct 27 19:11:06 2002 +0000
@@ -1283,7 +1283,7 @@
 
 		    while (src<buf_end)
 		    {
-			unsigned char *x = *(src++);
+			unsigned char x = *(src++);
 			
 			*(dst++) = x;
 			if (x == 0xff)