diff mpcommon.h @ 31489:dc26022e9c27

Clean up sub-related extern declarations. - Move sub_delay and sub_fps declarations to mpcommon.h. - Remove redundant ass_track extern declaration. - Add #include for sub_utf8 extern declaration.
author diego
date Thu, 24 Jun 2010 17:19:49 +0000
parents a2c6762a9adc
children 13ca93203358
line wrap: on
line diff
--- a/mpcommon.h	Thu Jun 24 16:50:47 2010 +0000
+++ b/mpcommon.h	Thu Jun 24 17:19:49 2010 +0000
@@ -29,6 +29,9 @@
 extern ass_track_t *ass_track;
 extern subtitle *vo_sub_last;
 
+extern float sub_delay;
+extern float sub_fps;
+
 extern const m_option_t noconfig_opts[];
 
 void print_version(const char* name);