Don't seek during timeline drags.
[dcpomatic.git] / src / lib / butler.h
index 0b926047a63e50fb054a167a161b220de28ffd4e..5b09f6e5f836bfa861e4681588608bad9e8f0d6e 100644 (file)
@@ -56,7 +56,7 @@ private:
        void text (PlayerText pt, TextType type, DCPTimePeriod period);
        bool should_run () const;
        void prepare (boost::weak_ptr<PlayerVideo> video) const;
-       void player_changed ();
+       void player_changed (bool frequent);
        void seek_unlocked (DCPTime position, bool accurate);
 
        boost::shared_ptr<Player> _player;