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 8bb1bd5617..50e83d2809 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -239,6 +239,8 @@ struct vo {
int config_ok; // Last config call was successful?
int config_count; // Total number of successful config calls
+ bool probing;
+
bool untimed; // non-interactive, don't do sleep calls in playloop
bool frame_loaded; // Is there a next frame the VO could flip to?