diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-10 23:54:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-10 23:54:31 +0200 |
| commit | 093525165f6397ba9eaffd19833dc978bcb32d55 (patch) | |
| tree | 5a7a1a428aff635d9be44ea9af993ac83d71fc0f /src/reel_atmos_asset.h | |
| parent | c59e6c0e64f95afc7c33168e7c7562502411bd01 (diff) | |
Rename ReelFileAsset -> ReelEncryptableAsset
Diffstat (limited to 'src/reel_atmos_asset.h')
| -rw-r--r-- | src/reel_atmos_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h index d9f4a8e3..51af48fd 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_file_asset.h" +#include "reel_encryptable_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 ReelFileAsset +class ReelAtmosAsset : public ReelAsset, public ReelEncryptableAsset { public: ReelAtmosAsset (std::shared_ptr<AtmosAsset> asset, int64_t entry_point); |
