[MPlayer-cvslog] r36307 - trunk/libvo/gl_common.c
reimar
subversion at mplayerhq.hu
Sun Jun 9 11:40:27 CEST 2013
Author: reimar
Date: Sun Jun 9 11:40:27 2013
New Revision: 36307
Log:
Cosmetics: remove tabs that slipped in by accident.
Modified:
trunk/libvo/gl_common.c
Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c Sun Jun 9 11:16:11 2013 (r36306)
+++ trunk/libvo/gl_common.c Sun Jun 9 11:40:27 2013 (r36307)
@@ -2501,10 +2501,10 @@ static int setGlWindow_egl(MPGLContext *
}
mp_msg(MSGT_VO, MSGL_V, "0x%03x %2i %2i %2i %2i %2i %2i %c %c %c %c %2i 0x%03x %s (0x%x)\n",
id, rs, gs, bs, as, ds, ss,
- renderable & EGL_OPENGL_BIT ? '+' : '-',
- renderable & EGL_OPENGL_ES_BIT ? '+' : '-',
- renderable & EGL_OPENGL_ES2_BIT ? '+' : '-',
- renderable & EGL_OPENVG_BIT ? '+' : '-',
+ renderable & EGL_OPENGL_BIT ? '+' : '-',
+ renderable & EGL_OPENGL_ES_BIT ? '+' : '-',
+ renderable & EGL_OPENGL_ES2_BIT ? '+' : '-',
+ renderable & EGL_OPENVG_BIT ? '+' : '-',
samples, surfaces, caveatstr, caveat);
}
free(configs);
More information about the MPlayer-cvslog
mailing list