Note that newer libsub version is required.
[dcpomatic.git] / src / lib / dcp_content.h
index 96ae09521fd53f4e1d46ae8bdd19ea5a69ef89ad..3753740a2728af929ff17572ffa5c4b2930ce3f7 100644 (file)
@@ -174,6 +174,8 @@ public:
                return _content_versions;
        }
 
+       int active_audio_channels() const;
+
        void check_font_ids();
 
 private:
@@ -225,12 +227,9 @@ private:
        std::map<dcp::Marker, dcpomatic::ContentTime> _markers;
        std::vector<dcp::Rating> _ratings;
        std::vector<std::string> _content_versions;
-};
-
-
-extern std::string id_for_font_in_reel(std::string id, int reel);
-extern void add_fonts_from_examiner(std::shared_ptr<TextContent> text, std::vector<std::vector<std::shared_ptr<dcpomatic::Font>>> const& fonts);
 
+       boost::optional<int> _active_audio_channels;
+};
 
 
 #endif