diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-17 11:12:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-18 21:06:40 +0100 |
| commit | 6f3d7b95f31d139f5ec4a53bf42eb0510fe8ce66 (patch) | |
| tree | ce2c6cbb68ba721fd7d4b5b5c3fce37b5a7f17e7 /src/lib | |
| parent | 94af5d46f4ae304b4d1dea2bef15c7fc57f0d96a (diff) | |
Add comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/player.h | 1 |
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; |
