From c77dabbe4e6bb031edf4aa82f5e890fe605bafe1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 May 2013 00:21:53 +0100 Subject: Add unfinished timing tab; fix crash on reconstruction of timeline; fix lack of black / silence at end of films. --- src/lib/player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/player.h') diff --git a/src/lib/player.h b/src/lib/player.h index 4d23d1951..cdedf1676 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -68,6 +68,8 @@ private: void playlist_changed (); void content_changed (boost::weak_ptr, int); void do_seek (Time, bool); + void add_black_piece (Time, Time); + void add_silent_piece (Time, Time); boost::shared_ptr _film; boost::shared_ptr _playlist; @@ -79,8 +81,6 @@ private: /** Our pieces are ready to go; if this is false the pieces must be (re-)created before they are used */ bool _have_valid_pieces; std::list > _pieces; - - /** Time of the earliest thing not yet to have been emitted */ Time _position; AudioBuffers _audio_buffers; Time _next_audio; -- cgit v1.2.3