Fix NONTHREADSAFE_PSEUDOSTACK

This commit is contained in:
Jean-Marc Valin 2024-02-20 14:13:17 -05:00
parent 512e6270ea
commit 001820bbde
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8

View file

@ -1727,6 +1727,7 @@ static opus_int32 opus_encode_frame_native(OpusEncoder *st, const opus_val16 *pc
opus_int activity = VAD_NO_DECISION;
VARDECL(opus_val16, pcm_buf);
VARDECL(opus_val16, tmp_prefill);
SAVE_STACK;
st->rangeFinal = 0;
silk_enc = (char*)st+st->silk_enc_offset;