X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=763b3e903358ff1809e289486bc1a6b504e8f7d5;hp=17a9a9386006f70fefa024f95c564af37792eeb0;hb=HEAD;hpb=17847dc1bc68516bda8ca92e8561064dde896530 diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 17a9a9386..3753740a2 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -31,6 +31,7 @@ #include "content.h" #include "enum_indexed_vector.h" #include "font.h" +#include "resolution.h" #include #include #include @@ -173,6 +174,8 @@ public: return _content_versions; } + int active_audio_channels() const; + void check_font_ids(); private: @@ -224,12 +227,9 @@ private: std::map _markers; std::vector _ratings; std::vector _content_versions; -}; - - -extern std::string id_for_font_in_reel(std::string id, int reel); -extern void add_fonts_from_examiner(std::shared_ptr text, std::vector>> const& fonts); + boost::optional _active_audio_channels; +}; #endif