From 54afa85eef799a463366cc6a9e56ea78298f9c30 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sun, 25 Mar 2001 04:28:40 +0000 Subject: subtitle+OSD font support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@214 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index 73c1ad9321..43479df972 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -8,6 +8,8 @@ #include +#include "font_load.h" + #define IMGFMT_YV12 0x32315659 //#define IMGFMT_YUY2 (('Y'<<24)|('U'<<16)|('Y'<<8)|'2') #define IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') @@ -103,3 +105,8 @@ typedef struct vo_functions_s // NULL terminated array of all drivers extern vo_functions_t* video_out_drivers[]; +extern int vo_sub_lines; +extern unsigned char* vo_sub_text[8]; +extern unsigned char* vo_osd_text; +extern font_desc_t* vo_font; + -- cgit v1.2.3