summaryrefslogtreecommitdiffstats
path: root/libvo/video_out_internal.h
diff options
context:
space:
mode:
authoratlka <atlka@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-13 11:33:34 +0000
committeratlka <atlka@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-13 11:33:34 +0000
commit8a50a66922756a5778572428ff0024e4e2f7d665 (patch)
tree475726b90aba588f1c47c9c35695040e8bcf280d /libvo/video_out_internal.h
parentca99c8dc89eba6bb2ebb330beaccea304a930da0 (diff)
downloadmpv-8a50a66922756a5778572428ff0024e4e2f7d665.tar.bz2
mpv-8a50a66922756a5778572428ff0024e4e2f7d665.tar.xz
atlka@pg.gda.pl:
utf8 opion corrected added draw_osd() funcion to libvo/vo_*.c files corrected indicators (brightness, sound etc.) to be in 0..100 range if we have Name.utf file it automatically switches to utf8 mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1503 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out_internal.h')
-rw-r--r--libvo/video_out_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h
index 9c8aa733a3..1cf94f2ad7 100644
--- a/libvo/video_out_internal.h
+++ b/libvo/video_out_internal.h
@@ -25,6 +25,7 @@ static uint32_t init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t
static const vo_info_t* get_info(void);
static uint32_t draw_frame(uint8_t *src[]);
static uint32_t draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int y);
+static void draw_osd(void);
static void flip_page(void);
static void check_events(void);
static void uninit(void);