X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_sound_asset.h;h=0e27f380e299ac4be657bcd9140d026fd66aacd0;hb=7fb85beb1e4b655da0463d7d9c95b1181f5a6f00;hp=42835c848f192652065db6f0b46368a184b68854;hpb=e8c4fd0e0581849fcf41d918e79b00b84fe24d70;p=libdcp.git diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 42835c84..0e27f380 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -21,7 +21,7 @@ * @brief ReelSoundAsset class. */ -#include "reel_asset.h" +#include "reel_mxf_asset.h" #include "sound_mxf.h" #include #include @@ -31,10 +31,10 @@ namespace dcp { /** @class ReelSoundAsset * @brief Part of a Reel's description which refers to a sound MXF. */ -class ReelSoundAsset : public ReelAsset +class ReelSoundAsset : public ReelMXFAsset { public: - ReelSoundAsset (boost::shared_ptr content, int64_t entry_point); + ReelSoundAsset (boost::shared_ptr content, int64_t entry_point); ReelSoundAsset (boost::shared_ptr); boost::shared_ptr mxf () { @@ -46,6 +46,7 @@ public: } private: + std::string key_type () const; std::string cpl_node_name () const; };