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