[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.73,1.74

Atmosfear atmos4 at mplayerhq.hu
Sun Jul 28 00:11:01 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv31625/libvo

Modified Files:
	vo_vesa.c 
Log Message:
Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.


Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- vo_vesa.c	27 May 2002 15:45:02 -0000	1.73
+++ vo_vesa.c	27 Jul 2002 22:10:58 -0000	1.74
@@ -276,7 +276,7 @@
 }
 
 /* Please comment it out if you want have OSD within movie */
-#define OSD_OUTSIDE_MOVIE 1
+/*#define OSD_OUTSIDE_MOVIE 1*/
 
 static void draw_alpha_32(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)
 {




More information about the MPlayer-cvslog mailing list