summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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)
{