diff mencoder.c @ 32773:06b75ec1b9c9

Add sub-paths option. This option allows specifying extra subtitles (relative and absolute) paths to track.
author cboesch
date Sat, 05 Feb 2011 20:38:02 +0000
parents 732cd2afae10
children 801dc49c6f33
line wrap: on
line diff
--- a/mencoder.c	Sat Feb 05 20:05:38 2011 +0000
+++ b/mencoder.c	Sat Feb 05 20:38:02 2011 +0000
@@ -179,6 +179,7 @@
 char *sub_font_name=NULL;
 float font_factor=0.75;
 char **sub_name=NULL;
+char **sub_paths = NULL;
 float sub_delay=0;
 float sub_fps=0;
 int   sub_auto = 0;