Mercurial > mplayer.hg
changeset 36211:40a06b268bb6
Cosmetics: remove tabs that slipped in by accident.
author | reimar |
---|---|
date | Sun, 09 Jun 2013 09:40:27 +0000 |
parents | 6e2e30ee31d0 |
children | a19b74774033 |
files | libvo/gl_common.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/gl_common.c Sun Jun 09 09:16:11 2013 +0000 +++ b/libvo/gl_common.c Sun Jun 09 09:40:27 2013 +0000 @@ -2501,10 +2501,10 @@ } 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);