diff options
-rw-r--r-- | libvo/vo_gl.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |