summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 6d6148323b..5a28a65c45 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -125,6 +125,9 @@
{"flip", &flip, CONF_TYPE_FLAG, 0, -1, 1, NULL},
{"noflip", &flip, CONF_TYPE_FLAG, 0, -1, 0, NULL},
+#ifdef USE_LIBAVCODEC
+ {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+#endif
// ------------------------- subtitles options --------------------
#ifdef USE_SUB
@@ -236,4 +239,8 @@ struct config mfopts_conf[]={
extern char** vo_plugin_args;
+#ifdef USE_LIBAVCODEC
+extern struct config lavc_decode_opts_conf[];
+#endif
+
#endif