summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/vo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 8e63be75e6..63f5b345e6 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -964,7 +964,7 @@ static void drop_unrendered_frame(struct vo *vo)
if ((in->frame_queued->pts + in->frame_queued->duration) > mp_time_us())
goto end;
- MP_VERBOSE(vo, "Dropping unrendered frame (pts %li)\n", in->frame_queued->pts);
+ MP_VERBOSE(vo, "Dropping unrendered frame (pts %"PRId64")\n", in->frame_queued->pts);
talloc_free(in->frame_queued);
in->frame_queued = NULL;