diff libvo/sub.h @ 31373:169013ed9718

Place vo_osd_list extern declaration in sub.h instead of all over the code.
author diego
date Thu, 17 Jun 2010 08:07:37 +0000
parents 7681eab10aea
children cc222c24104f
line wrap: on
line diff
--- a/libvo/sub.h	Thu Jun 17 08:04:12 2010 +0000
+++ b/libvo/sub.h	Thu Jun 17 08:07:37 2010 +0000
@@ -82,6 +82,8 @@
 extern int vo_osd_progbar_type;
 extern int vo_osd_progbar_value;   // 0..255
 
+extern mp_osd_obj_t *vo_osd_list;
+
 extern void* vo_spudec;
 extern void* vo_vobsub;