|
|
@@ -640,6 +640,7 @@ static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr, |
|
|
|
av_log(ac->avctx, AV_LOG_ERROR, |
|
|
|
"Invalid bitstream, too many SBR envelopes in FIXFIX type SBR frame: %d\n", |
|
|
|
ch_data->bs_num_env); |
|
|
|
ch_data->bs_num_env = 2; |
|
|
|
return -1; |
|
|
|
} |
|
|
|
|
|
|
@@ -695,6 +696,7 @@ static int read_sbr_grid(AACContext *ac, SpectralBandReplication *sbr, |
|
|
|
av_log(ac->avctx, AV_LOG_ERROR, |
|
|
|
"Invalid bitstream, too many SBR envelopes in VARVAR type SBR frame: %d\n", |
|
|
|
ch_data->bs_num_env); |
|
|
|
ch_data->bs_num_env = 2; |
|
|
|
return -1; |
|
|
|
} |
|
|
|
|
|
|
|