summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-27 12:30:04 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-27 12:30:04 +0100
commit214d72306bdfdd617c3e6a7cfeb5c5d76d7f5e72 (patch)
tree7af52f9614b84e975586c7c8fd328931adc14306 /src/sound_asset.cc
parent52b563097e355b098fc9da13cb25f135f0d9bf9e (diff)
Add Atmos read/write and untested MXF decryption tool.1.0-templates
Diffstat (limited to 'src/sound_asset.cc')
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index 11fd4b2f..74d41212 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -201,7 +201,7 @@ SoundAsset::start_write (boost::filesystem::path file, Standard standard)
shared_ptr<SoundAssetReader>
SoundAsset::start_read () const
{
- return shared_ptr<SoundAssetReader> (new SoundAssetReader (this));
+ return shared_ptr<SoundAssetReader> (new SoundAssetReader (this, key ()));
}
string