diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 00:18:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:37:01 +0100 |
| commit | 82787546680784a2a6e0993ab5b570f0db3a2d4d (patch) | |
| tree | 621aaf7d25e539bc02448647aead0e0affd0932a /src/reel_sound_asset.cc | |
| parent | fe99eae4b95c5fcf2f3730efad4a18d0cb5c29bc (diff) | |
Rename ReelMXFAsset -> ReelEncryptableAsset.
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index b3ca5234..131672b8 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -30,13 +30,13 @@ using boost::shared_ptr; using namespace dcp; ReelSoundAsset::ReelSoundAsset (shared_ptr<SoundAsset> asset, int64_t entry_point) - : ReelMXFAsset (asset, asset->key_id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point) + : ReelEncryptableAsset (asset, asset->key_id(), asset->edit_rate(), asset->intrinsic_duration(), entry_point) { } ReelSoundAsset::ReelSoundAsset (shared_ptr<const cxml::Node> node) - : ReelMXFAsset (node) + : ReelEncryptableAsset (node) { node->ignore_child ("Language"); node->done (); |
