Add comment.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jan 2025 10:12:30 +0000 (11:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 18 Jan 2025 20:06:40 +0000 (21:06 +0100)
src/lib/player.h

index f6a30230fa493bc20cfeb3c846c826f727844ad6..eba206c9bc1eafe55b2e5269aba7c20395f34ddd 100644 (file)
@@ -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;