# HG changeset patch # User atmos4 # Date 1027807858 0 # Node ID 2cbf7d447bb20bbff14d8b7a8a2f8c9feb085c1c # Parent 50f0d99097f5ca1ab27a7e2adf8b8e4dae7fa83b Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie. diff -r 50f0d99097f5 -r 2cbf7d447bb2 libvo/vo_vesa.c --- 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) {