summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-04 21:26:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-04 21:26:54 +0000
commit5acbb3c611036c5fb7f786c63460b69ab021b383 (patch)
treea48f57d852a572886593380ada1291910cd56c6c /TOOLS
parent58d131b1c6d330e957c8838214ec908df8891f98 (diff)
downloadmpv-5acbb3c611036c5fb7f786c63460b69ab021b383.tar.bz2
mpv-5acbb3c611036c5fb7f786c63460b69ab021b383.tar.xz
Remove unused variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24012 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vivodump.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/TOOLS/vivodump.c b/TOOLS/vivodump.c
index d59f4bc2f8..8a0fe2eef2 100644
--- a/TOOLS/vivodump.c
+++ b/TOOLS/vivodump.c
@@ -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;