diff options
Diffstat (limited to 'src')
| -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; |
