1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 23:49:28 +02:00

Use sf_count_t not sampleCount

This commit is contained in:
Paul Licameli 2016-08-24 13:08:53 -04:00
parent ee5a0db9ff
commit b8c1d02058

View File

@ -490,7 +490,7 @@ int ExportPCM::Export(AudacityProject *project,
formatStr.c_str()));
while (updateResult == eProgressSuccess) {
sampleCount samplesWritten;
sf_count_t samplesWritten;
sampleCount numSamples = mixer->Process(maxBlockLen);
if (numSamples == 0)