mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 00:02:13 +00:00
EOSD performance debugging info.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20090 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8c06343128
commit
84767439c9
@ -275,6 +275,8 @@ static void genEOSD(ass_image_t *img) {
|
|||||||
else
|
else
|
||||||
eosdtexCnt++;
|
eosdtexCnt++;
|
||||||
}
|
}
|
||||||
|
mp_msg(MSGT_VO, MSGL_DBG2, "EOSD counts (tiny, small, all): %i, %i, %i\n",
|
||||||
|
tinytexcur, smalltexcur, eosdtexCnt);
|
||||||
if (eosdtexCnt) {
|
if (eosdtexCnt) {
|
||||||
eosdtex = calloc(eosdtexCnt, sizeof(GLuint));
|
eosdtex = calloc(eosdtexCnt, sizeof(GLuint));
|
||||||
glGenTextures(eosdtexCnt, eosdtex);
|
glGenTextures(eosdtexCnt, eosdtex);
|
||||||
|
Loading…
Reference in New Issue
Block a user