diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-24 22:35:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-24 22:35:34 +0200 |
| commit | cac7313566d2524f28449bad56bda3f03af3c3a4 (patch) | |
| tree | 4ebd46b57d437dd500b0373954a51e28d39897cc | |
| parent | 9b85acc342e0cbfc6a9f9533bb7067978bd1294e (diff) | |
Add a comment.
| -rw-r--r-- | src/lib/film.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index d46f5e6b7..a2e0c8b60 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -191,6 +191,7 @@ public: return _audio_language; } + /** @return pair containing the main subtitle language, and additional languages */ std::pair<boost::optional<dcp::LanguageTag>, std::vector<dcp::LanguageTag>> subtitle_languages () const; std::string content_summary (dcpomatic::DCPTimePeriod period) const; |
