summaryrefslogtreecommitdiff
path: root/src/reel_atmos_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-26 21:52:21 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-26 21:52:21 +0100
commit2f2643b6ddc36d6efcf4d41913ec4f711750e9c4 (patch)
tree314e0b9866726c8cb67695ce338d2d926903020f /src/reel_atmos_asset.h
parentd13f684575000397ee0e5c8371c4de3a48234432 (diff)
Rename ReelMXF -> ReelFileAsset.
Diffstat (limited to 'src/reel_atmos_asset.h')
-rw-r--r--src/reel_atmos_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h
index 0477504c..d9f4a8e3 100644
--- a/src/reel_atmos_asset.h
+++ b/src/reel_atmos_asset.h
@@ -43,7 +43,7 @@
#include "reel_asset.h"
#include "atmos_asset.h"
-#include "reel_mxf.h"
+#include "reel_file_asset.h"
namespace dcp {
@@ -55,7 +55,7 @@ class AtmosAsset;
/** @class ReelAtmosAsset
* @brief Part of a Reel's description which refers to a Atmos MXF
*/
-class ReelAtmosAsset : public ReelAsset, public ReelMXF
+class ReelAtmosAsset : public ReelAsset, public ReelFileAsset
{
public:
ReelAtmosAsset (std::shared_ptr<AtmosAsset> asset, int64_t entry_point);