summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-17 11:12:30 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-18 21:06:40 +0100
commit6f3d7b95f31d139f5ec4a53bf42eb0510fe8ce66 (patch)
treece2c6cbb68ba721fd7d4b5b5c3fce37b5a7f17e7 /src/lib
parent94af5d46f4ae304b4d1dea2bef15c7fc57f0d96a (diff)
Add comment.
Diffstat (limited to 'src/lib')
-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;