Update test data.
[libdcp.git] / src / picture_asset.h
index b8dab05205e1f17542e934dbde8d25dfdebfbfc7..c09808e2dd382e93918b96bd16dbc707677cffd0 100644 (file)
@@ -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<void (NoteType, std::string)> note,