diff h264_loopfilter.c @ 11162:d9725977b699 libavcodec

h264: Remove unused variables.
author astrange
date Sat, 13 Feb 2010 21:09:38 +0000
parents 1b8e11679883
children d464f498e19f
line wrap: on
line diff
--- a/h264_loopfilter.c	Sat Feb 13 21:08:17 2010 +0000
+++ b/h264_loopfilter.c	Sat Feb 13 21:09:38 2010 +0000
@@ -514,7 +514,7 @@
                 )
                     *(uint64_t*)bS= 0x0004000400040004ULL;
             } else {
-                int i, l;
+                int i;
                 int mv_done;
 
                 if( dir && FRAME_MBAFF && IS_INTERLACED(mb_type ^ mbm_type)) {
@@ -590,7 +590,7 @@
         if( IS_INTRA(mb_type)) {
             *(uint64_t*)bS= 0x0003000300030003ULL;
         } else {
-            int i, l;
+            int i;
             int mv_done;
 
             if( edge & mask_edge ) {
@@ -657,7 +657,6 @@
     const int mvy_limit = IS_INTERLACED(mb_type) ? 2 : 4;
     int first_vertical_edge_done = 0;
     av_unused int dir;
-    int list;
 
     if (FRAME_MBAFF
             // and current and left pair do not have the same interlaced type