mirror of https://git.ffmpeg.org/ffmpeg.git
aac: Drop broken cruft
This commit is contained in:
parent
263efc095e
commit
42c4c2d2a6
|
@ -918,14 +918,8 @@ static void read_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
|
|||
skip_bits_long(gb, *num_bits_left); // bs_fill_bits
|
||||
*num_bits_left = 0;
|
||||
} else {
|
||||
#if 1
|
||||
*num_bits_left -= ff_ps_read_data(ac->avctx, gb, &sbr->ps, *num_bits_left);
|
||||
ac->avctx->profile = FF_PROFILE_AAC_HE_V2;
|
||||
#else
|
||||
avpriv_report_missing_feature(ac->avctx, "Parametric Stereo");
|
||||
skip_bits_long(gb, *num_bits_left); // bs_fill_bits
|
||||
*num_bits_left = 0;
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue