mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
update
This commit is contained in:
@@ -515,7 +515,6 @@ static decode_state faad_decode(void) {
|
||||
#if BYTES_PER_FRAME == 4
|
||||
memcpy(optr, iptr, count * BYTES_PER_FRAME);
|
||||
iptr += count * 2;
|
||||
optr += count * 2;
|
||||
#else
|
||||
while (count--) {
|
||||
*optr++ = *iptr++ << 8;
|
||||
|
||||
Reference in New Issue
Block a user