summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 18:49:22 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 18:49:22 +0100
commit1dc773708e26f00e5d31124ae99eda9cbdad3ecd (patch)
tree4fc05ece600a97a7c222a125d9fa8668275ac821 /src/reel_sound_asset.h
parent26c7fc71df9a6207696323e6f62b2020da2a9435 (diff)
ReelEncryptableAsset -> ReelMXF.
Diffstat (limited to 'src/reel_sound_asset.h')
-rw-r--r--src/reel_sound_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h
index 5cea3208..e7358bd0 100644
--- a/src/reel_sound_asset.h
+++ b/src/reel_sound_asset.h
@@ -21,7 +21,7 @@
* @brief ReelSoundAsset class.
*/
-#include "reel_encryptable_asset.h"
+#include "reel_mxf.h"
#include "reel_asset.h"
#include "sound_asset.h"
#include <boost/shared_ptr.hpp>
@@ -32,7 +32,7 @@ namespace dcp {
/** @class ReelSoundAsset
* @brief Part of a Reel's description which refers to a sound MXF.
*/
-class ReelSoundAsset : public ReelAsset, public ReelEncryptableAsset
+class ReelSoundAsset : public ReelAsset, public ReelMXF
{
public:
ReelSoundAsset (boost::shared_ptr<dcp::SoundAsset> content, int64_t entry_point);