Sfoglia il codice sorgente

Fix Vorbis bug on partial decode (affects spotty playback)

Sebastien 5 anni fa
parent
commit
9f88945677
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      components/squeezelite/vorbis.c

+ 0 - 1
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");