summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 2fe0d14986..ba54dd4c6c 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -989,6 +989,7 @@ static void pass_record(struct gl_video *p, struct mp_pass_perf perf)
p->pass_idx++;
}
+PRINTF_ATTRIBUTE(2, 3)
static void pass_describe(struct gl_video *p, const char *textf, ...)
{
if (!p->pass || p->pass_idx == PASS_INFO_MAX)