summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 01:31:18 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 01:31:18 +0000
commit50de15356ad928c225b9666449ed968908e96c28 (patch)
tree6f3fa7416a0ee193757d6d050c5d93c15caa2ee2 /cfg-common.h
parente8cc8584f11c70dbbfe9c28211aa763964167576 (diff)
downloadmpv-50de15356ad928c225b9666449ed968908e96c28.tar.bz2
mpv-50de15356ad928c225b9666449ed968908e96c28.tar.xz
-vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means
*, ie search all codecs. codec name starting with - disables the codec. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7507 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 624e74148d..7b36eb5e74 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -107,9 +107,9 @@
// {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 22, NULL}, // keep ranges in sync
// {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 29, NULL}, // with codec-cfg.c
{"afm", &audio_fm, CONF_TYPE_STRING, 0, 0, 0, NULL},
- {"vfm", &video_fm, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
{"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0, NULL},
- {"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"vc", &video_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
// postprocessing:
{"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",