From 6f3d7b95f31d139f5ec4a53bf42eb0510fe8ce66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Jan 2025 11:12:30 +0100 Subject: Add comment. --- src/lib/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3