mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
Fix Vorbis bug on partial decode (affects spotty playback)
This commit is contained in:
@@ -269,7 +269,6 @@ static decode_state vorbis_decode(void) {
|
|||||||
if (stream.state <= DISCONNECT) {
|
if (stream.state <= DISCONNECT) {
|
||||||
LOG_INFO("partial decode");
|
LOG_INFO("partial decode");
|
||||||
UNLOCK_O_direct;
|
UNLOCK_O_direct;
|
||||||
UNLOCK_S;
|
|
||||||
return DECODE_COMPLETE;
|
return DECODE_COMPLETE;
|
||||||
} else {
|
} else {
|
||||||
LOG_INFO("no frame decoded");
|
LOG_INFO("no frame decoded");
|
||||||
|
|||||||
Reference in New Issue
Block a user