소스 검색

Fix Vorbis bug on partial decode (affects spotty playback)

Sebastien 5 년 전
부모
커밋
9f88945677
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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");