X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=6b50bba5e9759a2ffd39e83dce4f988863bb3451;hp=9feb5d0d3d7d466c5566d4918126726c1123d881;hb=a6696b9a58c14d81f0ae30482051c2cd47a004db;hpb=a4b7d0af831b8cd9aafca5f2b264be416a7b1148 diff --git a/src/lib/film.h b/src/lib/film.h index 9feb5d0d3..6b50bba5e 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -184,6 +184,7 @@ public: std::list reels () const; std::list mapped_audio_channels () const; + std::vector audio_languages () const; std::pair, std::vector> subtitle_languages () const; std::string content_summary (dcpomatic::DCPTimePeriod period) const; @@ -239,7 +240,6 @@ public: DISTRIBUTOR, FACILITY, LUMINANCE, - SUBTITLE_LANGUAGES };