mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
Comments where casting to sampleCount from other library typedefs
This commit is contained in:
@@ -367,7 +367,8 @@ int PCMImportFileHandle::Import(TrackFactory *trackFactory,
|
||||
channels.begin()->get()->SetLinked(true);
|
||||
}
|
||||
|
||||
auto fileTotalFrames = (sampleCount)mInfo.frames;
|
||||
auto fileTotalFrames =
|
||||
(sampleCount)mInfo.frames; // convert from sf_count_t
|
||||
auto maxBlockSize = channels.begin()->get()->GetMaxBlockSize();
|
||||
int updateResult = false;
|
||||
|
||||
|
Reference in New Issue
Block a user