Re: [FFmpeg-devel] [PATCH] avcodec/aacdec: remove skip samples multiplier

2022-07-20 Thread Andreas Rheinhardt
James Almer: > The amount of padding samples reported by containers take into account the > extended samplerate in HE-AAC. > > Fixes ticket #9671. > > Signed-off-by: James Almer > --- > libavcodec/aacdec_template.c | 3 --- > tests/ref/fate/audiomatch-afconvert-16000

[FFmpeg-devel] [PATCH] avcodec/aacdec: remove skip samples multiplier

2022-07-19 Thread James Almer
The amount of padding samples reported by containers take into account the extended samplerate in HE-AAC. Fixes ticket #9671. Signed-off-by: James Almer --- libavcodec/aacdec_template.c | 3 --- tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a| 2 +- tests/r