From 7549813fbe9422de0d5632239d3d9fb5dd69df13 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Thu, 25 Jul 2002 03:37:28 +0000 Subject: DVD Closed Captioning support, patch by Matteo Giani , small changes by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mencoder.c') 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; -- cgit v1.2.3