summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 067971f2dd..ad25bd9cbd 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3141,6 +3141,7 @@ int i;
// Create the config context and register the options
mpctx->mconfig = m_config_new(opts, cfg_include);
m_config_register_options(mpctx->mconfig,mplayer_opts);
+ m_config_register_options(mpctx->mconfig, common_opts);
mp_input_register_options(mpctx->mconfig);
// Preparse the command line