summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index b0efcaeab3..5133d19b0b 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -62,6 +62,10 @@ typedef struct MPContext {
demux_stream_t *d_sub;
mixer_t mixer;
vo_functions_t *video_out;
+ // Frames buffered in the vo ready to flip. Currently always 0 or 1.
+ // This is really a vo variable but currently there's no suitable vo
+ // struct.
+ int num_buffered_frames;
short edl_muted; ///< Stores whether EDL is currently in muted mode.
short user_muted; ///< Stores whether user wanted muted mode.