[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mjpeg.c,1.131,1.132

Michael Niedermayer CVS michael
Fri Mar 31 20:22:37 CEST 2006


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

Modified Files:
	mjpeg.c 
Log Message:
remove useless code


Index: mjpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mjpeg.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- mjpeg.c	31 Mar 2006 18:04:36 -0000	1.131
+++ mjpeg.c	31 Mar 2006 18:22:35 -0000	1.132
@@ -1259,7 +1259,6 @@
                         int component, int dc_index, int ac_index, int16_t *quant_matrix)
 {
     int code, i, j, level, val;
-    VLC *ac_vlc;
 
     /* DC coef */
     val = mjpeg_decode_dc(s, dc_index);
@@ -1271,7 +1270,6 @@
     s->last_dc[component] = val;
     block[0] = val;
     /* AC coefs */
-    ac_vlc = &s->vlcs[1][ac_index];
     i = 0;
     {OPEN_READER(re, &s->gb)
     for(;;) {





More information about the ffmpeg-cvslog mailing list