diff vc1.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 8e79b099d354
children c8c591fe26f8
line wrap: on
line diff
--- a/vc1.c	Mon Oct 02 11:55:24 2006 +0000
+++ b/vc1.c	Tue Oct 03 17:12:48 2006 +0000
@@ -2108,8 +2108,6 @@
  */
 static inline void vc1_b_mc(VC1Context *v, int dmv_x[2], int dmv_y[2], int direct, int mode)
 {
-    int t;
-
     if(v->use_ic) {
         v->mv_mode2 = v->mv_mode;
         v->mv_mode = MV_PMODE_INTENSITY_COMP;