summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-06 22:22:45 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-06 22:22:45 +0100
commit377c88a90db7fa8b48f5f593a120f8908722d399 (patch)
treed6637c664e619209ba3f61ad0b529b890bf8ea40 /src
parent6f28eb4948be29bb0c273e93bbb161d14e8e071f (diff)
Tweak comment.
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;
}