summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-25 04:28:40 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-25 04:28:40 +0000
commit54afa85eef799a463366cc6a9e56ea78298f9c30 (patch)
tree286c20688b9e8ada162609939265d2cef2c66ec8 /libvo/video_out.h
parent920d0153359f96350666b5e7b92ecc919825368c (diff)
downloadmpv-54afa85eef799a463366cc6a9e56ea78298f9c30.tar.bz2
mpv-54afa85eef799a463366cc6a9e56ea78298f9c30.tar.xz
subtitle+OSD font support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@214 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h7
1 files changed, 7 insertions, 0 deletions
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 <inttypes.h>
+#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;
+