diff libvo/vo_vesa.c @ 6825:2cbf7d447bb2

Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.
author atmos4
date Sat, 27 Jul 2002 22:10:58 +0000
parents 94330609dd5b
children 3bc8ff93d64e
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Sat Jul 27 20:46:48 2002 +0000
+++ b/libvo/vo_vesa.c	Sat Jul 27 22:10:58 2002 +0000
@@ -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)
 {