comparison 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
comparison
equal deleted inserted replaced
32723:5310794ef052 32724:732cd2afae10
180 float font_factor=0.75; 180 float font_factor=0.75;
181 char **sub_name=NULL; 181 char **sub_name=NULL;
182 float sub_delay=0; 182 float sub_delay=0;
183 float sub_fps=0; 183 float sub_fps=0;
184 int sub_auto = 0; 184 int sub_auto = 0;
185 char *vobsub_name = NULL;
185 int subcc_enabled=0; 186 int subcc_enabled=0;
186 int suboverlap_enabled = 1; 187 int suboverlap_enabled = 1;
187 188
188 int auto_expand=1; 189 int auto_expand=1;
189 int encode_duplicates=1; 190 int encode_duplicates=1;