From 9f8894567711045649d94a98f5eb2930aa72f7e6 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Wed, 16 Oct 2019 17:44:45 -0400 Subject: [PATCH] Fix Vorbis bug on partial decode (affects spotty playback) --- components/squeezelite/vorbis.c | 1 - 1 file changed, 1 deletion(-) diff --git a/components/squeezelite/vorbis.c b/components/squeezelite/vorbis.c index 99d0309d..8baa12e1 100644 --- a/components/squeezelite/vorbis.c +++ b/components/squeezelite/vorbis.c @@ -269,7 +269,6 @@ static decode_state vorbis_decode(void) { if (stream.state <= DISCONNECT) { LOG_INFO("partial decode"); UNLOCK_O_direct; - UNLOCK_S; return DECODE_COMPLETE; } else { LOG_INFO("no frame decoded");