diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-08 23:55:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-08 23:55:37 +0100 |
| commit | fe83eb5293fa4027856f6ee9faec7bfc8288badf (patch) | |
| tree | 8314bbbb6b37a2fb7cb13787276b6fb9474e99bd /src/sound_asset_writer.h | |
| parent | 3e24098b32d6160759378e671bfca241dd9025d9 (diff) | |
Add channel assignment support for SMPTE DCPs.
Diffstat (limited to 'src/sound_asset_writer.h')
| -rw-r--r-- | src/sound_asset_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset_writer.h b/src/sound_asset_writer.h index 02639423..b13300c2 100644 --- a/src/sound_asset_writer.h +++ b/src/sound_asset_writer.h @@ -63,7 +63,7 @@ public: private: friend class SoundAsset; - SoundAssetWriter (SoundAsset *, boost::filesystem::path, Standard standard); + SoundAssetWriter (SoundAsset *, boost::filesystem::path, Standard standard, ChannelAssignment); void write_current_frame (); |
