From 22c88e74e34fc32413fd3a32a8bbe94fcf97c7d0 Mon Sep 17 00:00:00 2001 From: attila Date: Mon, 8 Dec 2003 09:32:40 +0000 Subject: Forced subs support for mencoder Patch by Corey Hickey git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11574 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 7201f847bc..eeec5b3a4c 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -227,6 +227,7 @@ {"nounicode", &sub_unicode, CONF_TYPE_FLAG, 0, 1, 0, NULL}, {"utf8", &sub_utf8, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"noutf8", &sub_utf8, CONF_TYPE_FLAG, 0, 1, 0, NULL}, + {"forcedsubsonly", &forced_subs_only, CONF_TYPE_FLAG, 0, 0, 1, NULL}, // specify IFO file for VOBSUB subtitle {"ifo", &spudec_ifo, CONF_TYPE_STRING, 0, 0, 0, NULL}, // enable Closed Captioning display -- cgit v1.2.3