diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 14:36:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 14:36:16 +0100 |
| commit | 454e76146a5bd522e47ebbedd490e89ef95dd186 (patch) | |
| tree | 680f06149597f5ca28c3235e8f570e953b8b6ec3 /src/reel_sound_asset.h | |
| parent | b371e448833d5a2bac837698c756f27786e38737 (diff) | |
Put ReelAsset key id into a new ReelMXFAsset.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 7725c615..af898b46 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 <boost/shared_ptr.hpp> #include <string> @@ -31,7 +31,7 @@ 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<dcp::SoundMXF> content, int64_t entry_point); |
