[MPlayer-cvslog] r28625 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Tue Feb 17 09:05:14 CET 2009
Author: reimar
Date: Tue Feb 17 09:05:14 2009
New Revision: 28625
Log:
100l, reset ass_border when switching out of fullscreen mode.
Modified:
trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Tue Feb 17 04:20:40 2009 (r28624)
+++ trunk/libvo/vo_gl.c Tue Feb 17 09:05:14 2009 (r28625)
@@ -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;
More information about the MPlayer-cvslog
mailing list