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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 9be92ac482..a531744c49 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -155,6 +155,7 @@ struct vo_extra {
struct frame_timing {
int64_t pts;
int64_t next_vsync;
+ int64_t prev_vsync;
};
struct vo_driver {