From 8a147cf3f099be43ec026426ca87be4f18356025 Mon Sep 17 00:00:00 2001 From: pontscho Date: Thu, 29 Aug 2002 22:24:49 +0000 Subject: - add play time subtitle change support - better language support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7151 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mplayer.h') diff --git a/mplayer.h b/mplayer.h index 60972adbbe..a3d412eec4 100644 --- a/mplayer.h +++ b/mplayer.h @@ -2,6 +2,9 @@ #ifndef __MPLAYER_MAIN #define __MPLAYER_MAIN +#include "libvo/sub.h" +#include "subreader.h" + extern int use_gui; extern char* current_module; extern int fullscreen; @@ -25,6 +28,8 @@ extern float sub_fps; extern int sub_auto; extern int sub_pos; extern int sub_unicode; +extern subtitle* subtitles; +extern subtitle* vo_sub; extern char * filename; -- cgit v1.2.3