summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-12 22:02:25 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-12 22:02:25 +0100
commitb733ff51f0212d02dbf33ccb62e67f07941f5ace (patch)
tree542bd2024d6d249d779b11ca1d43fc9b652fe69b /src/lib/butler.h
parent6b9bda07984837d188064f3f5514d0aa132655ec (diff)
Don't seek during timeline drags.
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index 0b926047a..5b09f6e5f 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -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;