From 3c0c8686fdff3b33487154bb31c8726961a112d8 Mon Sep 17 00:00:00 2001 From: uau Date: Wed, 21 Feb 2007 21:59:33 +0000 Subject: Cleanup, move "global" state from the frame_time_remaining mainloop variable to mpctx. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22306 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mp_core.h') 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. -- cgit v1.2.3