Clarify some comments slightly.
authorCarl Hetherington <cth@carlh.net>
Sun, 4 May 2025 18:53:14 +0000 (20:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 4 May 2025 18:53:14 +0000 (20:53 +0200)
src/lib/dcp_video.h

index 8a55e67733aab23d30a06ef28fb3ef238e64f4a3..6afbedfade1e00ed7d76e1f6cb0988d1b80987fd 100644 (file)
@@ -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.