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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 05c50bb3dd..051638882b 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -165,9 +165,9 @@ struct vo_frame {
// Approximate frame duration, in us.
int duration;
// Realtime of estimated distance between 2 vsync events.
- int64_t vsync_interval;
+ double vsync_interval;
// "ideal" display time within the vsync
- int64_t vsync_offset;
+ double vsync_offset;
// how often the frame will be repeated (does not include OSD redraws)
int num_vsyncs;
// Set if the current frame is repeated from the previous. It's guaranteed