[FFmpeg-cvslog] r15490 - trunk/libavcodec/vp3.c

conrad subversion
Tue Sep 30 21:22:20 CEST 2008


Author: conrad
Date: Tue Sep 30 21:22:20 2008
New Revision: 15490

Log:
Missed hunks of last commit

Modified:
   trunk/libavcodec/vp3.c

Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Tue Sep 30 21:22:20 2008
@@ -1260,8 +1260,6 @@ static void reverse_dc_prediction(Vp3Dec
                         else if (FFABS(predicted_dc - vul) > 128)
                             predicted_dc = vul;
                     }
-
-                    DC_COEFF(i));
                 }
 
                 /* at long last, apply the predictor */
@@ -1298,7 +1296,6 @@ static void vertical_filter(unsigned cha
 static void render_slice(Vp3DecodeContext *s, int slice)
 {
     int x;
-    int m, n;
     int16_t *dequantizer;
     DECLARE_ALIGNED_16(DCTELEM, block[64]);
     int motion_x = 0xdeadbeef, motion_y = 0xdeadbeef;




More information about the ffmpeg-cvslog mailing list