Use release territory from Interop/SMPTE metadata instead of ISDCF metadata dialogue.
[dcpomatic.git] / src / lib / isdcf_metadata.h
index f54565f5d93ff5e4d6b3a392065cada5f8b8ae43..3dc2c2d354dee453a9ec9a050fbf65a3a5923520 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,11 +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;