summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index f6a30230f..eba206c9b 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -88,6 +88,7 @@ public:
Player(Player&& other);
Player& operator=(Player&& other);
+ /** @return true when playback is finished, and there is no more data to come */
bool pass ();
void seek (dcpomatic::DCPTime time, bool accurate);
Frame frames_done() const;