Merge commit '208f3abb91'
* commit '208f3abb91': aacsbr: always initialize max_qmf_subbands See:c6d3b3be15Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
96398cc123
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ static int check_n_master(AVCodecContext *avctx, int n_master, int bs_xover_band
|
|||
static int sbr_make_f_master(AACContext *ac, SpectralBandReplication *sbr,
|
||||
SpectrumParameters *spectrum)
|
||||
{
|
||||
unsigned int temp, max_qmf_subbands;
|
||||
unsigned int temp, max_qmf_subbands = 0;
|
||||
unsigned int start_min, stop_min;
|
||||
int k;
|
||||
const int8_t *sbr_offset_ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue