From 875f1a63118e15ee5493280ee7f515b63941117f Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Sat, 26 Jan 2002 16:32:06 +0000 Subject: Add -nosound/-sound and -ovc null to mencoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-common.h') 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 -- cgit v1.2.3