From 377c88a90db7fa8b48f5f593a120f8908722d399 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 6 Feb 2021 22:22:45 +0100 Subject: [PATCH] Tweak comment. --- src/sound_asset_writer.cc | 4 +--- 1 file changed, 1 insertion(+), 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; } -- 2.30.2