[MPlayer-cvslog] r19939 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Fri Sep 22 21:15:41 CEST 2006
Author: reimar
Date: Fri Sep 22 21:15:40 2006
New Revision: 19939
Modified:
trunk/libvo/vo_gl.c
Log:
remove useless zero-initialization code.
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c (original)
+++ trunk/libvo/vo_gl.c Fri Sep 22 21:15:40 2006
@@ -307,9 +307,6 @@
* set global gl-related variables to their default values
*/
static int initGl(uint32_t d_width, uint32_t d_height) {
- osdtexCnt = 0; gl_buffer = 0; gl_buffersize = 0; err_shown = 0;
- eosdtexCnt = 0;
- fragprog = 0;
texSize(image_width, image_height, &texture_width, &texture_height);
glDisable(GL_BLEND);
More information about the MPlayer-cvslog
mailing list