Use ratings from Interop/SMPTE metadata instead of ISDCF metadata dialogue.
[dcpomatic.git] / src / lib / isdcf_metadata.h
index f54565f5d93ff5e4d6b3a392065cada5f8b8ae43..1c80e7b5ddef19260ec66c41a7b69492164df381 100644 (file)
@@ -32,8 +32,7 @@ class ISDCFMetadata
 {
 public:
        ISDCFMetadata ()
-               : content_version (1)
-               , temp_version (false)
+               : temp_version (false)
                , pre_release (false)
                , red_band (false)
                , two_d_version_of_three_d (false)
@@ -44,12 +43,6 @@ public:
        void as_xml (xmlpp::Node *) const;
        void read_old_metadata (std::string, std::string);
 
-       int content_version;
-       std::string audio_language;
-       /** if set, this overrides any languages specified in individual Content objects */
-       boost::optional<std::string> subtitle_language;
-       std::string territory;
-       std::string rating;
        std::string studio;
        std::string facility;
        /** true if this is a temporary version (without final picture or sound) */