Use content version from Interop (or version number from SMPTE metadata)
[dcpomatic.git] / src / lib / isdcf_metadata.h
index f54565f5d93ff5e4d6b3a392065cada5f8b8ae43..22c418c6eaaa4775773838e6f45ff2760fd458f3 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,10 +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;