summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 14:08:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 14:08:24 +0000
commitf9b2e78d799f0e6fc440ad96ab85107386108ca9 (patch)
tree2137585bf61d716030564abc3dac07fc67ce6d50 /libvo
parent4373e71a95dcaa2808af93c7130fb58f736d917c (diff)
downloadmpv-f9b2e78d799f0e6fc440ad96ab85107386108ca9.tar.bz2
mpv-f9b2e78d799f0e6fc440ad96ab85107386108ca9.tar.xz
Remove some of the worst "headers include headers which include
completely unrelated headers" mess. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21386 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index f74ed902c9..2241c86e7a 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -59,6 +59,9 @@ static inline void vo_draw_text_osd(int dxs,int dys,void (*draw_alpha)(int x0,in
#include "subreader.h"
+extern sub_data* subdata; //currently used subtitles
+extern subtitle* vo_sub;
+
extern unsigned char* vo_osd_text;
extern int vo_osd_progbar_type;