Player::playlist_content_change will call setup_pieces() regardless
[dcpomatic.git] / src / lib / butler.h
index f1922d3481efedbd418c74e731ae2328d54cee84..09c182f9cf717fb3c53d6371c7dd949add01fe41 100644 (file)
@@ -69,7 +69,7 @@ private:
        void text (PlayerText pt, TextType type, boost::optional<DCPTextTrack> track, dcpomatic::DCPTimePeriod period);
        bool should_run () const;
        void prepare (boost::weak_ptr<PlayerVideo> video);
-       void player_change (ChangeType type, bool frequent);
+       void player_change (ChangeType type);
        void seek_unlocked (dcpomatic::DCPTime position, bool accurate);
 
        boost::shared_ptr<Player> _player;