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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index cc280987a5..213b287ab2 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -157,9 +157,8 @@ struct vo_frame {
int64_t pts;
// Approximate frame duration, in us.
int duration;
- // Realtime of estimated previous and next vsync events.
- int64_t next_vsync;
- int64_t prev_vsync;
+ // Realtime of estimated distance between 2 vsync events.
+ int64_t vsync_interval;
// "ideal" display time within the vsync
int64_t vsync_offset;
// how often the frame will be repeated (does not include OSD redraws)