X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpicture_asset.h;h=c09808e2dd382e93918b96bd16dbc707677cffd0;hb=447cc7ddec5ace7bb47df35192ef02e7c19bf9b3;hp=b8dab05205e1f17542e934dbde8d25dfdebfbfc7;hpb=bf59c288798851808359575662f202d390032aa7;p=libdcp.git diff --git a/src/picture_asset.h b/src/picture_asset.h index b8dab052..c09808e2 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -78,7 +78,11 @@ public: void write_to_cpl (xmlpp::Element *) const; -protected: +protected: + + std::string asdcp_kind () const { + return "Picture"; + } bool frame_buffer_equals ( int frame, EqualityOptions opt, boost::function note,