diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-11 12:48:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-03 17:02:24 +0200 |
| commit | f145574466ca52e754c4febf1d79fb6d202d42d2 (patch) | |
| tree | 6816a6d9891405eef56bf7481d528337381226ff /src/lib/film.h | |
| parent | 0dce5e78c79eb5989c78a1cec10983406d7a4cac (diff) | |
Support closed subtitles and open captions.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index d71435566..12872caf1 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -159,7 +159,7 @@ public: std::vector<CPLSummary> cpls () const; - std::list<DCPTextTrack> closed_caption_tracks () const; + std::list<DCPTextTrack> closed_text_tracks() const; uint64_t required_disk_space () const; bool should_be_enough_disk_space(double& required, double& available) const; |
