Make Atmos content work more like other content. Now its MXFs
[dcpomatic.git] / src / lib / content.h
index a2d78aa68539423cca457abb2005f558e6ca68fa..5f8e9f53d3a8a0a25c79315635f4bd7653a01f0f 100644 (file)
@@ -46,6 +46,7 @@ namespace cxml {
 
 class Job;
 class Film;
+class AtmosContent;
 
 class ContentProperty
 {
@@ -190,6 +191,7 @@ public:
        boost::shared_ptr<VideoContent> video;
        boost::shared_ptr<AudioContent> audio;
        std::list<boost::shared_ptr<TextContent> > text;
+       boost::shared_ptr<AtmosContent> atmos;
 
        boost::shared_ptr<TextContent> only_text () const;
        boost::shared_ptr<TextContent> text_of_original_type (TextType type) const;