Bug Fix: Clear counter correctly on reset
This reset was missing. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
814f65f830
commit
4b13ca5be1
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ static void convert_be_to_le(uint8_t *buffer, size_t bitsPerSample, size_t bytes
|
||||||
@synchronized(chunkList) {
|
@synchronized(chunkList) {
|
||||||
[chunkList removeAllObjects];
|
[chunkList removeAllObjects];
|
||||||
listDuration = 0.0;
|
listDuration = 0.0;
|
||||||
|
listDurationRatioed = 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue