projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94af5d4
)
Add comment.
author
Carl Hetherington
<cth@carlh.net>
Fri, 17 Jan 2025 10:12:30 +0000
(11:12 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 18 Jan 2025 20:06:40 +0000
(21:06 +0100)
src/lib/player.h
patch
|
blob
|
history
diff --git
a/src/lib/player.h
b/src/lib/player.h
index f6a30230fa493bc20cfeb3c846c826f727844ad6..eba206c9bc1eafe55b2e5269aba7c20395f34ddd 100644
(file)
--- 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;