remove extra UNLOCK_S in opus - release

This commit is contained in:
Philippe G
2021-09-18 09:30:03 -07:00
parent 6f4ed0679e
commit fc5f3f5ac9

View File

@@ -229,7 +229,6 @@ static decode_state opus_decompress(void) {
if (stream.state <= DISCONNECT) {
LOG_INFO("partial decode");
UNLOCK_O_direct;
UNLOCK_S;
return DECODE_COMPLETE;
} else {
LOG_INFO("no frame decoded");