Add a comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 24 Jul 2021 20:35:34 +0000 (22:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 24 Jul 2021 20:35:34 +0000 (22:35 +0200)
src/lib/film.h

index d46f5e6b7a5061e51febe67cdf7c722170263918..a2e0c8b60e6be2a198bd788365664879876491cc 100644 (file)
@@ -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;