[MPlayer-cvslog] r25943 - trunk/libvo/vo_gl.c
    reimar 
    subversion at mplayerhq.hu
       
    Thu Jan 31 01:07:28 CET 2008
    
    
  
Author: reimar
Date: Thu Jan 31 01:07:28 2008
New Revision: 25943
Log:
Always redraw video on resize.
Modified:
   trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	(original)
+++ trunk/libvo/vo_gl.c	Thu Jan 31 01:07:28 2008
@@ -149,8 +149,8 @@ static void resize(int x,int y){
 #endif
   vo_osd_changed(OSDTYPE_OSD);
   }
-  if (vo_fs && use_aspect && !vo_doublebuffering)
-    glClear(GL_COLOR_BUFFER_BIT);
+  glClear(GL_COLOR_BUFFER_BIT);
+  flip_page();
 }
 
 static void texSize(int w, int h, int *texw, int *texh) {
    
    
More information about the MPlayer-cvslog
mailing list