1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-19 07:34:10 +01:00

Fix some comments

This commit is contained in:
Paul Licameli
2018-12-01 19:59:24 -05:00
parent 2af46016c7
commit ab0c0d9cb1
4 changed files with 4 additions and 4 deletions

View File

@@ -508,7 +508,7 @@ void WaveTrack::SetWaveColorIndex(int colorIndex)
void WaveTrack::ConvertToSampleFormat(sampleFormat format)
// WEAK-GUARANTEE
// might complete on only some tracks
// might complete on only some clips
{
for (const auto &clip : mClips)
clip->ConvertToSampleFormat(format);