fixed coexistence

This commit is contained in:
philippe44
2020-01-04 12:44:07 -08:00
parent 540466e746
commit 53361c63cd
3 changed files with 6 additions and 10 deletions

View File

@@ -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;