summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-08 18:02:31 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-08 18:02:31 +0000
commitfab8cc090f72e42d8a451a2fffa0ed1935782d1e (patch)
tree0e8a22b6bc493b523c94bcf45905487dc302d8bf /cfg-common.h
parent1afd8710b474de134d6707386cd73125d504b883 (diff)
downloadmpv-fab8cc090f72e42d8a451a2fffa0ed1935782d1e.tar.bz2
mpv-fab8cc090f72e42d8a451a2fffa0ed1935782d1e.tar.xz
add -codecs-file for selecting a specific codecs.conf on the comand line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11760 b3059339-0415-0410-9bf9-f77b7e298cf2
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;