[Mplayer-cvslog] CVS: main/libvo sub.h,1.15,1.16
Arpi of Ize
arpi at mplayerhq.hu
Wed Apr 17 23:51:21 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.176,1.177 cfg-common.h,1.39,1.40 cfg-mplayer.h,1.145,1.146 mencoder.c,1.119,1.120
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.120,1.121
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv6614/libvo
Modified Files:
sub.h
Log Message:
enabled new OSD code in -vop expand, subtitles rendering support to mencoder
Index: sub.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sub.h 16 Apr 2002 00:35:01 -0000 1.15
+++ sub.h 17 Apr 2002 21:51:18 -0000 1.16
@@ -85,6 +85,14 @@
extern char * __sub_osd_names[];
extern char * __sub_osd_names_short[];
+extern int sub_unicode;
+extern int sub_utf8;
+
+#ifdef USE_ICONV
+extern char *sub_cp;
+#endif
+extern int sub_pos;
+
//extern void vo_draw_text_osd(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
//extern void vo_draw_text_progbar(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
//extern void vo_draw_text_sub(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.176,1.177 cfg-common.h,1.39,1.40 cfg-mplayer.h,1.145,1.146 mencoder.c,1.119,1.120
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.120,1.121
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list