forked from gronod/squeezelite-esp32
fixed coexistence
This commit is contained in:
@@ -65,7 +65,7 @@ static void *decode_thread() {
|
||||
toend = (stream.state <= DISCONNECT);
|
||||
UNLOCK_S;
|
||||
LOCK_O;
|
||||
space = !output.external ? _buf_space(outputbuf) : 0;
|
||||
space = _buf_space(outputbuf);
|
||||
UNLOCK_O;
|
||||
|
||||
LOCK_D;
|
||||
|
||||
Reference in New Issue
Block a user