summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sound_asset_writer.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sound_asset_writer.cc b/src/sound_asset_writer.cc
index f54c960e..c0cdf0cb 100644
--- a/src/sound_asset_writer.cc
+++ b/src/sound_asset_writer.cc
@@ -88,9 +88,7 @@ SoundAssetWriter::SoundAssetWriter (SoundAsset* asset, boost::filesystem::path f
if (asset->standard() == Standard::INTEROP) {
_state->desc.ChannelFormat = ASDCP::PCM::CF_NONE;
} else {
- /* Just use WTF ("wild track format") for SMPTE for now; searches suggest that this
- uses the same assignment as Interop.
- */
+ /* As required by Bv2.1 */
_state->desc.ChannelFormat = ASDCP::PCM::CF_CFG_4;
}