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
fb5193ab62
commit
1909b26671
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) {
|
||||
[chunkList removeAllObjects];
|
||||
listDuration = 0.0;
|
||||
listDurationRatioed = 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue