From 4ed961f7e5f4c275722a826a996981c198375b47 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 17 Feb 2009 08:05:14 +0000 Subject: [PATCH] 100l, reset ass_border when switching out of fullscreen mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28625 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 6126afa084..0ffcab00a4 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -155,6 +155,7 @@ static void resize(int x,int y){ glMatrixMode(GL_PROJECTION); glLoadIdentity(); + ass_border_x = ass_border_y = 0; if (vo_fs && use_aspect) { int new_w, new_h; GLdouble scale_x, scale_y;