summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-27 22:10:58 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-27 22:10:58 +0000
commit91802c2ac5956edbf125fc416e711de7a60f49bb (patch)
treea3c9325e5bfeaf3c79379cc75753d54dc875d109 /libvo
parentca6b42d07994e8c09d26682a43c9c925047f6c12 (diff)
downloadmpv-91802c2ac5956edbf125fc416e711de7a60f49bb.tar.bz2
mpv-91802c2ac5956edbf125fc416e711de7a60f49bb.tar.xz
Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6826 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 9b299d67b3..34087bca95 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -276,7 +276,7 @@ static uint32_t draw_slice(uint8_t *image[], int stride[], int w,int h,int x,int
}
/* 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)
{