Skip to content
Snippets Groups Projects
Commit 9203565f authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Forgot to call RESTORE_STACK in 328953e1

parent 1b0d40fc
No related branches found
No related tags found
No related merge requests found
......@@ -1032,7 +1032,10 @@ static int opus_multistream_encode_native
/* If the opus_repacketizer_cat() fails, then something's seriously wrong
with the encoder. */
if (ret != OPUS_OK)
{
RESTORE_STACK;
return OPUS_INTERNAL_ERROR;
}
len = opus_repacketizer_out_range_impl(&rp, 0, opus_repacketizer_get_nb_frames(&rp),
data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1);
data += len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment