mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
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
@ -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…
Reference in New Issue
Block a user