From ca981c8cfa23111e92be329f1c2dfbe3a07b4247 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jun 2020 13:30:02 +0200 Subject: Make Atmos content work more like other content. Now its MXFs are re-written, meaning that they can be encrypted. This (along with the libdcp update) also fixes assorted Atmos bugs. --- src/lib/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index a2d78aa68..5f8e9f53d 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -46,6 +46,7 @@ namespace cxml { class Job; class Film; +class AtmosContent; class ContentProperty { @@ -190,6 +191,7 @@ public: boost::shared_ptr video; boost::shared_ptr audio; std::list > text; + boost::shared_ptr atmos; boost::shared_ptr only_text () const; boost::shared_ptr text_of_original_type (TextType type) const; -- cgit v1.2.3