Skip to content

Commit 602a622

Browse files
committed
Merge pull request ralph-irving#78: Vorbis partial decode.
Increase squeezelite revision to 1197.
1 parent 2b50846 commit 602a622

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

squeezelite.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#define MAJOR_VERSION "1.9"
2828
#define MINOR_VERSION "6"
29-
#define MICRO_VERSION "1196"
29+
#define MICRO_VERSION "1197"
3030

3131
#if defined(CUSTOM_VERSION)
3232
#define VERSION "v" MAJOR_VERSION "." MINOR_VERSION "-" MICRO_VERSION STR(CUSTOM_VERSION)

vorbis.c

-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ static decode_state vorbis_decode(void) {
269269
if (stream.state <= DISCONNECT) {
270270
LOG_INFO("partial decode");
271271
UNLOCK_O_direct;
272-
UNLOCK_S;
273272
return DECODE_COMPLETE;
274273
} else {
275274
LOG_INFO("no frame decoded");

0 commit comments

Comments
 (0)