changeset 743:4cf7173a004e libavcodec

removed unused variables
author bellard
date Fri, 11 Oct 2002 13:49:16 +0000
parents 7f77968553de
children 2f7da29ede37
files msmpeg4.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msmpeg4.c	Fri Oct 11 09:16:35 2002 +0000
+++ b/msmpeg4.c	Fri Oct 11 13:49:16 2002 +0000
@@ -166,7 +166,6 @@
 
     
     if(s->msmpeg4_version==4){
-        int i;
         ff_init_scantable(s, &s->intra_scantable  , wmv1_scantable[1]);
         ff_init_scantable(s, &s->intra_h_scantable, wmv1_scantable[2]);
         ff_init_scantable(s, &s->intra_v_scantable, wmv1_scantable[3]);
@@ -175,7 +174,6 @@
     //Note the default tables are set in common_init in mpegvideo.c
     
     if(!inited){
-        int i;
         inited=1;
 
         init_h263_dc_for_msmpeg4();