From: Carl Hetherington Date: Thu, 16 Apr 2020 23:03:09 +0000 (+0200) Subject: Comment tweak. X-Git-Tag: v2.15.52~6 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=4230f0381715f8f6f9e85374ea0e74fb3104a18d;p=dcpomatic.git Comment tweak. --- diff --git a/src/lib/film.h b/src/lib/film.h index c72251880..c4cd8bef1 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -89,8 +89,8 @@ private: /** @class Film * - * @brief A representation of some audio and video content, and details of - * how they should be presented in a DCP. + * @brief A representation of some audio, video, subtitle and closed-caption content, + * and details of how they should be presented in a DCP. * * The content of a Film is held in a Playlist (created and managed by the Film). */