diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-19 15:07:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-19 15:07:21 +0100 |
| commit | 827901db3d834465b1121c9f8041b9faf4923ec9 (patch) | |
| tree | 299a162c0a25d989be4553d32c113d8e0ca098fe /src/sound_asset.h | |
| parent | 1c24485f58cdb133477b4e1e201ba0acd93ac74e (diff) | |
Allow SoundAsset to be encrypted.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index b7542c73..cf015c30 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -128,7 +128,8 @@ public: std::string mxf_name, int fps, int channels, - int sampling_rate + int sampling_rate, + bool encrypted ); boost::shared_ptr<SoundAssetWriter> start_write (bool, MXFMetadata const & metadata = MXFMetadata ()); |
