diff mpcommon.h @ 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 6d08af681d54
children ccdfd500453c
line wrap: on
line diff
--- a/mpcommon.h	Sat Feb 05 20:05:38 2011 +0000
+++ b/mpcommon.h	Sat Feb 05 20:38:02 2011 +0000
@@ -37,6 +37,7 @@
 extern float sub_delay;
 extern float sub_fps;
 extern char **sub_name;
+extern char **sub_paths;
 extern char  *font_name;
 extern char  *sub_font_name;
 extern char  *audio_lang;