diff mencoder.c @ 6784:b38e38b6f88f

DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
author atmos4
date Thu, 25 Jul 2002 03:37:28 +0000
parents 9c6ed4f15acc
children 79f54159ca15
line wrap: on
line diff
--- a/mencoder.c	Thu Jul 25 02:38:20 2002 +0000
+++ b/mencoder.c	Thu Jul 25 03:37:28 2002 +0000
@@ -171,6 +171,7 @@
 float sub_delay=0;
 float sub_fps=0;
 int   sub_auto = 0;
+int   subcc_enabled=0;
 
 #ifdef USE_SUB
 static subtitle* subtitles=NULL;