summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-26 16:32:06 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-26 16:32:06 +0000
commit875f1a63118e15ee5493280ee7f515b63941117f (patch)
treedbfba82f6badcbd2d922f1be9f5927454d96a9e4 /cfg-common.h
parent6232ad450b1c7281f0b658dae1524ea3ef6a1310 (diff)
downloadmpv-875f1a63118e15ee5493280ee7f515b63941117f.tar.bz2
mpv-875f1a63118e15ee5493280ee7f515b63941117f.tar.xz
Add -nosound/-sound and -ovc null to mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4356 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 1c47869f5d..51d48ea5f7 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -60,6 +60,8 @@
#ifdef USE_FAKE_MONO
{"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
#endif
+ {"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 16, NULL}, // keep ranges in sync
{"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 14, NULL}, // with codec-cfg.c