diff mencoder.c @ 32724:732cd2afae10

Replace hacky vobsub loading with a new clean one.
author cboesch
date Sun, 23 Jan 2011 13:04:15 +0000
parents 7b135236a44a
children 06b75ec1b9c9
line wrap: on
line diff
--- a/mencoder.c	Fri Jan 21 15:33:12 2011 +0000
+++ b/mencoder.c	Sun Jan 23 13:04:15 2011 +0000
@@ -182,6 +182,7 @@
 float sub_delay=0;
 float sub_fps=0;
 int   sub_auto = 0;
+char *vobsub_name = NULL;
 int   subcc_enabled=0;
 int   suboverlap_enabled = 1;