projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcdbd80
)
Clarify some comments slightly.
author
Carl Hetherington
<cth@carlh.net>
Sun, 4 May 2025 18:53:14 +0000
(20:53 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Sun, 4 May 2025 18:53:14 +0000
(20:53 +0200)
src/lib/dcp_video.h
patch
|
blob
|
history
diff --git
a/src/lib/dcp_video.h
b/src/lib/dcp_video.h
index 8a55e67733aab23d30a06ef28fb3ef238e64f4a3..6afbedfade1e00ed7d76e1f6cb0988d1b80987fd 100644
(file)
--- a/
src/lib/dcp_video.h
+++ b/
src/lib/dcp_video.h
@@
-29,7
+29,7
@@
/** @file src/dcp_video_frame.h
- * @brief A single frame of video destined for a DCP.
+ * @brief A single frame of video destined for a
JPEG2000
DCP.
*/
@@
-38,7
+38,7
@@
class PlayerVideo;
/** @class DCPVideo
- * @brief A single frame of video destined for a DCP.
+ * @brief A single frame of video destined for a
JPEG2000
DCP.
*
* Given an Image and some settings, this class knows how to encode
* the image to J2K either on the local host or on a remote server.