瀏覽代碼

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