summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfg-mencoder.h2
-rw-r--r--mencoder.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 37d54de603..38661a451a 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -129,10 +129,10 @@ static config_t mencoder_opts[]={
{"ffourcc", &force_fourcc, CONF_TYPE_STRING, 0, 4, 4, NULL},
-#ifdef HAVE_DIVX4ENCORE
{"pass", &pass, CONF_TYPE_INT, CONF_RANGE,0,2, NULL},
{"passlogfile", &passtmpfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
+#ifdef HAVE_DIVX4ENCORE
{"divx4opts", divx4opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
#ifdef HAVE_MP3LAME
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;