mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 13:50:48 +03:00
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