[Mplayer-cvslog] CVS: main/libvo vo_gl2.c,1.8,1.9
    Alex Beregszaszi 
    alex at mplayer.dev.hu
       
    Mon Dec 17 18:15:19 CET 2001
    
    
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv27843
Modified Files:
	vo_gl2.c 
Log Message:
fix
Index: vo_gl2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl2.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_gl2.c	6 Nov 2001 11:21:08 -0000	1.8
+++ vo_gl2.c	17 Dec 2001 17:15:16 -0000	1.9
@@ -194,7 +194,7 @@
     texnumy++;
 
   printf("[gl2] Creating %dx%d textures of size %dx%d ...\n",
-	texnumx, texnumy, texture_width,texture_height, gl_bitmap_format_s);
+	texnumx, texnumy, texture_width,texture_height);
 
   /* Allocate the texture memory */
 
    
    
More information about the MPlayer-cvslog
mailing list