Add unfinished timing tab; fix crash on reconstruction of timeline; fix lack of black...
[dcpomatic.git] / src / lib / player.h
index 4d23d1951ab53b9256b4e471bc9080f93229ba07..cdedf1676eca8d46be8745e29a5aac332d4a8d33 100644 (file)
@@ -68,6 +68,8 @@ private:
        void playlist_changed ();
        void content_changed (boost::weak_ptr<Content>, int);
        void do_seek (Time, bool);
+       void add_black_piece (Time, Time);
+       void add_silent_piece (Time, Time);
 
        boost::shared_ptr<const Film> _film;
        boost::shared_ptr<const Playlist> _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<boost::shared_ptr<Piece> > _pieces;
-
-       /** Time of the earliest thing not yet to have been emitted */
        Time _position;
        AudioBuffers _audio_buffers;
        Time _next_audio;