summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-29 07:20:44 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-29 07:20:44 +0000
commitf7573d2c0977f65a97d6e09cb4cf75721511dcc5 (patch)
treefab2725f558b0fa68c5e29aae9f1c367819a0e6f /mencoder.c
parenta5dfcdf1576f5da33d57469ac939d095e87954fc (diff)
downloadmpv-f7573d2c0977f65a97d6e09cb4cf75721511dcc5.tar.bz2
mpv-f7573d2c0977f65a97d6e09cb4cf75721511dcc5.tar.xz
libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5391 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 58fc216efe..9c881119a6 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -183,11 +183,9 @@ char* ac3_filename=NULL;
char *force_fourcc=NULL;
-#ifdef HAVE_DIVX4ENCORE
static int pass=0;
static char* passtmpfile="divx2pass.log";
int pass_working=0;
-#endif
static int play_n_frames=-1;