Use release territory from Interop/SMPTE metadata instead of ISDCF metadata dialogue.
[dcpomatic.git] / src / lib / isdcf_metadata.h
index 5d0e865fb476a287f0935e4c8a8cca169d3c4fc2..3dc2c2d354dee453a9ec9a050fbf65a3a5923520 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -32,22 +32,17 @@ 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)
        {}
 
-       ISDCFMetadata (cxml::ConstNodePtr);
+       explicit ISDCFMetadata (cxml::ConstNodePtr);
 
        void as_xml (xmlpp::Node *) const;
        void read_old_metadata (std::string, std::string);
 
-       int content_version;
-       std::string audio_language;
-       std::string subtitle_language;
-       std::string territory;
        std::string rating;
        std::string studio;
        std::string facility;