forked from FFmpeg/FFmpeg
Increase size of patch_borders[].
6 patches means there can be 7 borders. Found by Chromium. Originally committed as revision 22998 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
19a00c5eb2
commit
10678e5c72
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static void sbr_make_f_tablelim(SpectralBandReplication *sbr)
|
|||
1.18509277094158210129f, //2^(0.49/2)
|
||||
1.11987160404675912501f }; //2^(0.49/3)
|
||||
const float lim_bands_per_octave_warped = bands_warped[sbr->bs_limiter_bands - 1];
|
||||
int16_t patch_borders[5];
|
||||
int16_t patch_borders[7];
|
||||
uint16_t *in = sbr->f_tablelim + 1, *out = sbr->f_tablelim;
|
||||
|
||||
patch_borders[0] = sbr->kx[1];
|
||||
|
|
Loading…
Add table
Reference in a new issue