Tweak comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 6 Feb 2021 21:22:45 +0000 (22:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 6 Feb 2021 21:22:45 +0000 (22:22 +0100)
src/sound_asset_writer.cc

index f54c960e7ed4027582c80844d572149cc61da9d6..c0cdf0cbb7beaf59f5ef9eb09df3a8d5f10f19a3 100644 (file)
@@ -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;
        }