Browse Source

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
tags/v0.6
Alex Converse 16 years ago
parent
commit
10678e5c72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aacsbr.c

+ 1
- 1
libavcodec/aacsbr.c View File

@@ -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…
Cancel
Save