EOSD performance debugging info.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20090 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-06 09:58:29 +00:00
parent 8c06343128
commit 84767439c9
1 changed files with 2 additions and 0 deletions

View File

@ -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);