[MPlayer-cvslog] r20090 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Fri Oct 6 11:58:29 CEST 2006
Author: reimar
Date: Fri Oct 6 11:58:29 2006
New Revision: 20090
Modified:
trunk/libvo/vo_gl.c
Log:
EOSD performance debugging info.
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c (original)
+++ trunk/libvo/vo_gl.c Fri Oct 6 11:58:29 2006
@@ -275,6 +275,8 @@
else
eosdtexCnt++;
}
+ mp_msg(MSGT_VO, MSGL_DBG2, "EOSD counts (tiny, small, all): %i, %i, %i\n",
+ tinytexcur, smalltexcur, eosdtexCnt);
if (eosdtexCnt) {
eosdtex = calloc(eosdtexCnt, sizeof(GLuint));
glGenTextures(eosdtexCnt, eosdtex);
More information about the MPlayer-cvslog
mailing list