summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-15 11:35:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-15 11:35:44 +0000
commitca3eb46944b51513119735e8a64f9ff2429f9e81 (patch)
tree818c8aaa002e1fee481ca432b228f06fb0108f07 /mencoder.c
parent063b449fcc294587d21b0f073fa3752f43ac8aef (diff)
downloadmpv-ca3eb46944b51513119735e8a64f9ff2429f9e81.tar.bz2
mpv-ca3eb46944b51513119735e8a64f9ff2429f9e81.tar.xz
Remove unused variable.
patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22996 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index b690c7563c..2f5a25380b 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -405,7 +405,6 @@ int decoded_frameno=0;
int next_frameno=-1;
int curfile=0;
int new_srate=0;
-int fformat=DEMUXER_TYPE_UNKNOWN;
unsigned int timer_start=0;
ao_data_t ao_data = {0,0,0,0,OUTBURST,-1,0};