diff mpcommon.h @ 32043:f6249bc89c38

Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
author diego
date Thu, 09 Sep 2010 18:52:56 +0000
parents 52b0385d2d7a
children c3b7fc7eb796
line wrap: on
line diff
--- a/mpcommon.h	Thu Sep 09 18:40:30 2010 +0000
+++ b/mpcommon.h	Thu Sep 09 18:52:56 2010 +0000
@@ -29,12 +29,22 @@
 extern ASS_Track *ass_track;
 extern subtitle *vo_sub_last;
 
+extern int sub_auto;
 extern float sub_delay;
 extern float sub_fps;
 extern char **sub_name;
+extern char  *font_name;
+extern char  *sub_font_name;
+extern float  font_factor;
+extern double force_fps;
 
 extern int disable_system_conf;
 extern int disable_user_conf;
+extern int stream_cache_size;
+extern int audio_id;
+extern int video_id;
+extern int dvdsub_id;
+extern int vobsub_id;
 
 extern const char *mencoder_version;
 extern const char *mplayer_version;