summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 09:32:40 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 09:32:40 +0000
commit22c88e74e34fc32413fd3a32a8bbe94fcf97c7d0 (patch)
tree6b318100dfb526a69b6c88f66e769f891c855cd1 /cfg-mplayer.h
parentb5d062263281c50a98ab5382232b658937834f33 (diff)
downloadmpv-22c88e74e34fc32413fd3a32a8bbe94fcf97c7d0.tar.bz2
mpv-22c88e74e34fc32413fd3a32a8bbe94fcf97c7d0.tar.xz
Forced subs support for mencoder
Patch by Corey Hickey <bugfood-ml@fatooh.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11574 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 50d2b6d932..2d65a3e98c 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -353,7 +353,6 @@ m_option_t mplayer_opts[]={
// these should be moved to -common, and suppot in mencoder too
{"vobsub", &vobsub_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"vobsubid", &vobsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
- {"forcedsubsonly", &forced_subs_only,CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},