From 4230f0381715f8f6f9e85374ea0e74fb3104a18d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Apr 2020 01:03:09 +0200 Subject: [PATCH] Comment tweak. --- src/lib/film.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). */ -- 2.30.2