Minor tidy

This commit is contained in:
Chris Cannam
2021-10-14 10:03:37 +01:00
parent e868ff32de
commit 674f44dcba
3 changed files with 5 additions and 6 deletions

View File

@@ -648,7 +648,7 @@ int main(int argc, char **argv)
int thisBlockSize = ibs;
while (freqMapItr != freqMap.end()) {
size_t nextFreqFrame = freqMapItr->first; // + ts.getLatency();
size_t nextFreqFrame = freqMapItr->first;
if (nextFreqFrame <= countIn) {
double s = frequencyshift * freqMapItr->second;
if (debug > 0) {