summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-25 03:37:28 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-25 03:37:28 +0000
commit7549813fbe9422de0d5632239d3d9fb5dd69df13 (patch)
treeba945abcb51fe633fecd429f8fba12b2d69bd7c5 /cfg-common.h
parente0d8d0061611045c7d44ba4dbe1fe333e7fea4a6 (diff)
downloadmpv-7549813fbe9422de0d5632239d3d9fb5dd69df13.tar.bz2
mpv-7549813fbe9422de0d5632239d3d9fb5dd69df13.tar.xz
DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 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 e48ecd6d34..972ca35d4e 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -156,6 +156,8 @@
{"noutf8", &sub_utf8, CONF_TYPE_FLAG, 0, 1, 0, NULL},
// specify IFO file for VOBSUB subtitle
{"ifo", &spudec_ifo, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ // enable Closed Captioning display
+ {"subcc", &subcc_enabled, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
#ifdef USE_OSD
{"font", &font_name, CONF_TYPE_STRING, 0, 0, 0, NULL},