Forgot to call RESTORE_STACK in 328953e189

This commit is contained in:
Jean-Marc Valin 2016-07-04 10:45:15 -04:00
parent 1b0d40fc34
commit 9203565fa8

View file

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