Bläddra i källkod

Fix Vorbis bug on partial decode (affects spotty playback)

Sebastien 5 år sedan
förälder
incheckning
9f88945677
1 ändrade filer med 0 tillägg och 1 borttagningar
  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");