Mercurial > mplayer.hg
changeset 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 | 50f0d99097f5 |
children | a8caf30732de |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) {