diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-06 22:22:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-06 22:22:45 +0100 |
| commit | 377c88a90db7fa8b48f5f593a120f8908722d399 (patch) | |
| tree | d6637c664e619209ba3f61ad0b529b890bf8ea40 /src | |
| parent | 6f28eb4948be29bb0c273e93bbb161d14e8e071f (diff) | |
Tweak comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound_asset_writer.cc | 4 |
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; } |
