X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpicture_mxf.h;h=bf8fcf763f5a0824055e2ff32d89a7c3a16bd203;hb=7fb85beb1e4b655da0463d7d9c95b1181f5a6f00;hp=1ce2e7de08836d061a6f1af42bc70824be8f458d;hpb=2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2;p=libdcp.git diff --git a/src/picture_mxf.h b/src/picture_mxf.h index 1ce2e7de..bf8fcf76 100644 --- a/src/picture_mxf.h +++ b/src/picture_mxf.h @@ -31,7 +31,7 @@ namespace ASDCP { namespace JP2K { - class PictureDescriptor; + struct PictureDescriptor; } } @@ -102,7 +102,6 @@ protected: Fraction _screen_aspect_ratio; private: - std::string key_type () const; std::string asdcp_kind () const { return "Picture"; }