diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-04 20:53:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-04 20:53:14 +0200 |
| commit | ebe63860ffcbe983e85a65c21a99a5c276540150 (patch) | |
| tree | 8307ce7fd60f2ba020003466f0e2558206a608c3 | |
| parent | dcdbd801a09856af645adfc442108bba80e7e09a (diff) | |
Clarify some comments slightly.
| -rw-r--r-- | src/lib/dcp_video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_video.h b/src/lib/dcp_video.h index 8a55e6773..6afbedfad 100644 --- 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. |
