summaryrefslogtreecommitdiffstats
path: root/mencoder.c
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 /mencoder.c
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 'mencoder.c')
-rw-r--r--mencoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 3b10a54352..f6b6af3537 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -171,6 +171,7 @@ char *sub_name=NULL;
float sub_delay=0;
float sub_fps=0;
int sub_auto = 0;
+int subcc_enabled=0;
#ifdef USE_SUB
static subtitle* subtitles=NULL;