Fix Vorbis bug on partial decode (affects spotty playback)

This commit is contained in:
Sebastien
2019-10-16 17:44:45 -04:00
parent cf5ee95adf
commit 9f88945677

View File

@@ -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");