[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mjpeg.c,1.116,1.117

Richard Felker CVS rfelker
Wed Dec 21 00:07:28 CET 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv2396

Modified Files:
	mjpeg.c 
Log Message:
10l to michael for breaking gcc 2.95 compile :)

Index: mjpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mjpeg.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- mjpeg.c	18 Dec 2005 13:17:44 -0000	1.116
+++ mjpeg.c	20 Dec 2005 23:07:25 -0000	1.117
@@ -1484,6 +1484,7 @@
     int len, nb_components, i, h, v, predictor, point_transform;
     int vmax, hmax, index, id;
     const int block_size= s->lossless ? 1 : 8;
+    int ilv;
 
     /* XXX: verify len field validity */
     len = get_bits(&s->gb, 16);
@@ -1547,7 +1548,7 @@
     }
 
     predictor= get_bits(&s->gb, 8); /* JPEG Ss / lossless JPEG predictor /JPEG-LS NEAR */
-    int ilv= get_bits(&s->gb, 8);    /* JPEG Se / JPEG-LS ILV */
+    ilv= get_bits(&s->gb, 8);    /* JPEG Se / JPEG-LS ILV */
     skip_bits(&s->gb, 4); /* Ah */
     point_transform= get_bits(&s->gb, 4); /* Al */
 





More information about the ffmpeg-cvslog mailing list