diff mpcommon.h @ 32032:52b0385d2d7a

Move **sub_name extern declaration to mpcommon.h. It is used in both mplayer.c/mencoder.c.
author diego
date Thu, 09 Sep 2010 16:17:27 +0000
parents b81172c6dd5c
children f6249bc89c38
line wrap: on
line diff
--- a/mpcommon.h	Thu Sep 09 15:46:25 2010 +0000
+++ b/mpcommon.h	Thu Sep 09 16:17:27 2010 +0000
@@ -31,6 +31,7 @@
 
 extern float sub_delay;
 extern float sub_fps;
+extern char **sub_name;
 
 extern int disable_system_conf;
 extern int disable_user_conf;