mirror of
https://github.com/ittiam-systems/libxaac.git
synced 2026-07-11 06:39:13 +07:00
Merge "Fix for infinite loop in impd_apply_gains_and_add function" into rvc-dev
This commit is contained in:
commit
dd0c4f77d0
1 changed files with 3 additions and 0 deletions
|
|
@ -130,6 +130,9 @@ WORD32 impd_apply_gains_and_add(
|
|||
impd_shape_filt_block_adapt(lpcm_gains[iEnd],
|
||||
&shape_filter_block[g]);
|
||||
}
|
||||
if ((iEnd == iStart) &&
|
||||
(drc_gain_last == shape_filter_block[g].drc_gain_last))
|
||||
break;
|
||||
iStart = iEnd;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue