summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 233f8c1094..6efc6ef63f 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -262,7 +262,7 @@ struct vo_frame {
struct vo_vsync_info {
// mp_time_ns() timestamp at which the last queued frame will likely be
// displayed (this is in the future, unless the frame is instantly output).
- // -1 if unset or unsupported.
+ // 0 or lower if unset or unsupported.
// This implies the latency of the output.
int64_t last_queue_display_time;