From 84767439c98a1da0a62395c29b03a0433dd97c40 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 6 Oct 2006 09:58:29 +0000 Subject: EOSD performance debugging info. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20090 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 37bac55ec6..cce0057908 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -275,6 +275,8 @@ static void genEOSD(ass_image_t *img) { 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); -- cgit v1.2.3