projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f398d70
)
Cleanup: improve comment.
author
Carl Hetherington
<cth@carlh.net>
Wed, 27 Nov 2024 23:43:31 +0000
(
00:43
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 29 Nov 2024 22:31:41 +0000
(23:31 +0100)
src/lib/j2k_encoder.h
patch
|
blob
|
history
diff --git
a/src/lib/j2k_encoder.h
b/src/lib/j2k_encoder.h
index c72a1debee87f959f1a98a8cdbb0f9000242d0ed..7536cbc3abb86ed38d5e4e77b0dc230b87b93c02 100644
(file)
--- a/
src/lib/j2k_encoder.h
+++ b/
src/lib/j2k_encoder.h
@@
-78,7
+78,7
@@
public:
/** Called to indicate that a processing run is about to begin */
void begin() override;
- /** Called to pass a
bit of video
to be encoded as the next DCP frame */
+ /** Called to pass a
video frame
to be encoded as the next DCP frame */
void encode (std::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time) override;
void pause() override;