diff options
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/sub.h | 3 |
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; |