Hello,

Does this fix #2325 #9667?

jb

On Mon, 30 Oct 2023, at 06:10, Lynne wrote:
> Presently, our AAC decoder didn't skip any samples, unless the side data
> contained skip information.
>
> This uses the newly added ff_decoder_skip_samples function to skip samples
> on two levels: base, and additional.
> Base is the inherent decoder delay. Most containers already specify it,
> hence it is overwritten in that case.
> Additional is any extra samples that have to be skipped, in AAC's case,
> it's the delay introduced by SBR.
>
> Patch attached.
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
>
> Attachments:
> * 0002-aacdec-correctly-skip-padding-at-the-start-of-frames.patch

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to