diff vp3.c @ 3920:3a151ccc6ed7 libavcodec

Remove unused variables and the corresponding warnings along with them.
author diego
date Tue, 03 Oct 2006 17:12:48 +0000
parents 1843a85123b7
children 706df96b36a1
line wrap: on
line diff
--- a/vp3.c	Mon Oct 02 11:55:24 2006 +0000
+++ b/vp3.c	Tue Oct 03 17:12:48 2006 +0000
@@ -607,7 +607,7 @@
 {
     int ac_scale_factor = s->coded_ac_scale_factor[s->quality_index];
     int dc_scale_factor = s->coded_dc_scale_factor[s->quality_index];
-    int i, j, plane, inter, qri, bmi, bmj, qistart;
+    int i, plane, inter, qri, bmi, bmj, qistart;
 
     debug_vp3("  vp3: initializing dequantization tables\n");