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, 2 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index e883293326..6ea2f930e8 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -228,6 +228,8 @@ struct vo {
int config_count; // Total number of successful config calls
int default_caps; // query_format() result for configured video format
+ bool untimed; // non-interactive, don't do sleep calls in playloop
+
bool frame_loaded; // Is there a next frame the VO could flip to?
struct mp_image *waiting_mpi;
double next_pts; // pts value of the next frame if any