[MPlayer-cvslog] r24012 - trunk/TOOLS/vivodump.c

diego subversion at mplayerhq.hu
Sat Aug 4 23:26:54 CEST 2007


Author: diego
Date: Sat Aug  4 23:26:54 2007
New Revision: 24012

Log:
Remove unused variables.


Modified:
   trunk/TOOLS/vivodump.c

Modified: trunk/TOOLS/vivodump.c
==============================================================================
--- trunk/TOOLS/vivodump.c	(original)
+++ trunk/TOOLS/vivodump.c	Sat Aug  4 23:26:54 2007
@@ -155,9 +155,6 @@ int postable[32768];
 
 int main(int argc,char ** argv){
 int c;
-unsigned int head=-1;
-int pos=0;
-int frames=0;
 FILE *f;
 FILE *f2;
 muxer_t* avi;
@@ -165,7 +162,6 @@ muxer_stream_t* mux;
 //unsigned char* buffer=malloc(0x200000);
 int i,len;
 int v_id=0;
-int flag=0;
 int flag2=0;
 int prefix=0;
 



More information about the MPlayer-cvslog mailing list