summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 47f9979b0e..2c4f203317 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -605,6 +605,7 @@ audio_encoder_t *aencoder = NULL;
set_default_mencoder_options(&opts);
mconfig = m_config_new(&opts, cfg_include);
m_config_register_options(mconfig,mencoder_opts);
+ m_config_register_options(mconfig, common_opts);
// Preparse the command line
m_config_preparse_command_line(mconfig,argc,argv);