X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fisdcf_metadata.h;h=0e904238df62ba96c19f28cc3391a2d76d2e307a;hb=a0614e6e3b566827381121fdb4ee73268281a70d;hp=e63f290e47de854ed9347433739eafc57564015d;hpb=8c7a308c03e4b4196b4e2379a26d432b100ae2b1;p=dcpomatic.git diff --git a/src/lib/isdcf_metadata.h b/src/lib/isdcf_metadata.h index e63f290e4..0e904238d 100644 --- a/src/lib/isdcf_metadata.h +++ b/src/lib/isdcf_metadata.h @@ -20,9 +20,9 @@ #ifndef DCPOMATIC_ISDCF_METADATA_H #define DCPOMATIC_ISDCF_METADATA_H -#include -#include #include +#include +#include class ISDCFMetadata { @@ -34,7 +34,7 @@ public: , red_band (false) , two_d_version_of_three_d (false) {} - + ISDCFMetadata (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const; @@ -62,4 +62,6 @@ public: std::string mastered_luminance; }; +bool operator== (ISDCFMetadata const & a, ISDCFMetadata const & b); + #endif