Forgot to call RESTORE_STACK in 328953e189
This commit is contained in:
parent
1b0d40fc34
commit
9203565fa8
1 changed files with 3 additions and 0 deletions
|
@ -1032,7 +1032,10 @@ static int opus_multistream_encode_native
|
||||||
/* If the opus_repacketizer_cat() fails, then something's seriously wrong
|
/* If the opus_repacketizer_cat() fails, then something's seriously wrong
|
||||||
with the encoder. */
|
with the encoder. */
|
||||||
if (ret != OPUS_OK)
|
if (ret != OPUS_OK)
|
||||||
|
{
|
||||||
|
RESTORE_STACK;
|
||||||
return OPUS_INTERNAL_ERROR;
|
return OPUS_INTERNAL_ERROR;
|
||||||
|
}
|
||||||
len = opus_repacketizer_out_range_impl(&rp, 0, opus_repacketizer_get_nb_frames(&rp),
|
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, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1);
|
||||||
data += len;
|
data += len;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue