summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 9331e80faf..697cc4e0d5 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -239,6 +239,8 @@ struct vo {
double next_pts; // pts value of the next frame if any
double next_pts2; // optional pts of frame after that
+ double flip_queue_offset; // queue flip events at most this much in advance
+
const struct vo_driver *driver;
void *priv;
struct MPOpts *opts;