mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
more aac correction - release
This commit is contained in:
@@ -358,7 +358,7 @@ static decode_state alac_decode(void) {
|
||||
return DECODE_COMPLETE;
|
||||
}
|
||||
|
||||
// enough data for coding
|
||||
// is there enough data for decoding
|
||||
if (bytes < block_size) {
|
||||
UNLOCK_S;
|
||||
return DECODE_RUNNING;
|
||||
|
||||
Reference in New Issue
Block a user