diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 9656cf90..b0bb01be 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -59,7 +59,7 @@ public: SoundAsset (Fraction edit_rate, int sampling_rate, int channels, Standard standard); boost::shared_ptr<SoundAssetWriter> start_write (boost::filesystem::path file, bool atmos_sync = false); - boost::shared_ptr<SoundAssetReader> start_read () const; + boost::shared_ptr<SoundAssetReader> start_read (bool check_hmac = true) const; bool equals ( boost::shared_ptr<const Asset> other, |
