Mercurial > mplayer.hg
changeset 19579:c4f5738248ac
Cosmetics: fix indentation after last patch
author | reimar |
---|---|
date | Mon, 28 Aug 2006 20:21:04 +0000 |
parents | dd29709e7a1b |
children | dd2312f887a6 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Mon Aug 28 20:17:42 2006 +0000 +++ b/libvo/vo_gl.c Mon Aug 28 20:21:04 2006 +0000 @@ -606,16 +606,16 @@ glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glCallList(eosdDispList); } - if (osdtexCnt > 0) { - glColor4ub((osd_color >> 16) & 0xff, (osd_color >> 8) & 0xff, osd_color & 0xff, 0xff); - // draw OSD + if (osdtexCnt > 0) { + glColor4ub((osd_color >> 16) & 0xff, (osd_color >> 8) & 0xff, osd_color & 0xff, 0xff); + // draw OSD #ifndef FAST_OSD - glBlendFunc(GL_ZERO, GL_SRC_ALPHA); - glCallLists(osdtexCnt, GL_UNSIGNED_INT, osdaDispList); + glBlendFunc(GL_ZERO, GL_SRC_ALPHA); + glCallLists(osdtexCnt, GL_UNSIGNED_INT, osdaDispList); #endif - glBlendFunc(GL_ONE, GL_ONE); - glCallLists(osdtexCnt, GL_UNSIGNED_INT, osdDispList); - } + glBlendFunc(GL_ONE, GL_ONE); + glCallLists(osdtexCnt, GL_UNSIGNED_INT, osdDispList); + } // set rendering parameters back to defaults glDisable (GL_BLEND); if (!scaled_osd)