summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 02:44:19 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 02:44:19 +0000
commit49f52e877d7be2d66a8b1718154399d40162cb01 (patch)
treea3fa56445bc41591f8c05c03521876bf9318a1c3 /mencoder.c
parent99e9abc246a5b587bc5fa6025f16fc50c9d0831f (diff)
downloadmpv-49f52e877d7be2d66a8b1718154399d40162cb01.tar.bz2
mpv-49f52e877d7be2d66a8b1718154399d40162cb01.tar.xz
removed -pass nonsense from mencoder! it's now a suboption to -divx4opts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8033 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mencoder.c b/mencoder.c
index a857c1a726..c0eac70b1a 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -140,9 +140,7 @@ char* out_filename="test.avi";
char *force_fourcc=NULL;
-int pass=0;
char* passtmpfile="divx2pass.log";
-int pass_working=0;
static int play_n_frames=-1;
static int play_n_frames_mf=-1;