diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-17 01:03:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-17 01:03:09 +0200 |
| commit | 4230f0381715f8f6f9e85374ea0e74fb3104a18d (patch) | |
| tree | 6224df15e15ec2c0e8c8dcbc9b4794a2ec4207ac | |
| parent | 1201f316347d2ea8b09aa89b0c5edaebfaa64c93 (diff) | |
Comment tweak.
| -rw-r--r-- | src/lib/film.h | 4 |
1 files 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). */ |
