summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index f33b3e650a..1e85e282cc 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -198,6 +198,7 @@
#if defined(HAVE_XVID3) || defined(HAVE_XVID4)
{"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
+ {"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL},
// ------------------------- subtitles options --------------------
#ifdef USE_SUB
@@ -273,6 +274,9 @@ extern int flip;
extern int vd_use_slices;
extern int divx_quality;
+/* defined in codec-cfg.c */
+extern char * codecs_file;
+
/* from dec_audio, currently used for ac3surround decoder only */
extern int audio_output_channels;