summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index c5e0d682fa..3e86b9e1cc 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -90,6 +90,10 @@
#endif
#include "libmpcodecs/ae.h"
+#include "options.h"
+
+MPOpts opts;
+
int vo_doublebuffering=0;
int vo_directrendering=0;
int vo_config_count=1;
@@ -420,7 +424,7 @@ user_correct_pts = 0;
mp_msg_init();
// Create the config context and register the options
- mconfig = m_config_new();
+ mconfig = m_config_new(&opts);
m_config_register_options(mconfig,mencoder_opts);
// Preparse the command line