We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b50846 commit 602a622Copy full SHA for 602a622
squeezelite.h
@@ -26,7 +26,7 @@
26
27
#define MAJOR_VERSION "1.9"
28
#define MINOR_VERSION "6"
29
-#define MICRO_VERSION "1196"
+#define MICRO_VERSION "1197"
30
31
#if defined(CUSTOM_VERSION)
32
#define VERSION "v" MAJOR_VERSION "." MINOR_VERSION "-" MICRO_VERSION STR(CUSTOM_VERSION)
vorbis.c
@@ -269,7 +269,6 @@ static decode_state vorbis_decode(void) {
269
if (stream.state <= DISCONNECT) {
270
LOG_INFO("partial decode");
271
UNLOCK_O_direct;
272
- UNLOCK_S;
273
return DECODE_COMPLETE;
274
} else {
275
LOG_INFO("no frame decoded");
0 commit comments