diff options
Diffstat (limited to 'src/lib/film.h')
| -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 f095023a3..6f02a96e6 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -181,8 +181,8 @@ public: * @return pair containing the main open subtitle/caption language, and additional languages */ std::pair<boost::optional<dcp::LanguageTag>, std::vector<dcp::LanguageTag>> open_text_languages(bool* burnt_in = nullptr) const; - /** @return all closed caption languages in the film */ - std::vector<dcp::LanguageTag> closed_caption_languages() const; + /** @return all closed subtitle/caption languages in the film */ + std::vector<dcp::LanguageTag> closed_text_languages() const; std::string content_summary (dcpomatic::DCPTimePeriod period) const; |
