diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 18:41:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 18:41:44 +0100 |
| commit | 26c7fc71df9a6207696323e6f62b2020da2a9435 (patch) | |
| tree | 543ce72f72a9bf21527e41071a6304d903e3f7e0 /src/reel_sound_asset.h | |
| parent | ca6a4a18769e57dfe2c6896c87db1566e9ecda0d (diff) | |
Make ReelEncryptableAsset like MXF.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index 9902faa4..5cea3208 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -22,6 +22,7 @@ */ #include "reel_encryptable_asset.h" +#include "reel_asset.h" #include "sound_asset.h" #include <boost/shared_ptr.hpp> #include <string> @@ -31,7 +32,7 @@ namespace dcp { /** @class ReelSoundAsset * @brief Part of a Reel's description which refers to a sound MXF. */ -class ReelSoundAsset : public ReelEncryptableAsset +class ReelSoundAsset : public ReelAsset, public ReelEncryptableAsset { public: ReelSoundAsset (boost::shared_ptr<dcp::SoundAsset> content, int64_t entry_point); |
