Tweak comment.
[libdcp.git] / 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;
        }