Re: [FFmpeg-devel] [PATCH 2/2] aacdec: fix single-sample delay for SBR streams

2023-12-04 Thread Michael Niedermayer
On Mon, Dec 04, 2023 at 08:52:06AM +0100, Lynne wrote: > Our SBR implementation introduces a single sample of latency into the > output, which is currently never skipped. > This delay is separate from any container skip value and always present, > as it is from an additional part of the decoding pr

[FFmpeg-devel] [PATCH 2/2] aacdec: fix single-sample delay for SBR streams

2023-12-03 Thread Lynne
Our SBR implementation introduces a single sample of latency into the output, which is currently never skipped. This delay is separate from any container skip value and always present, as it is from an additional part of the decoding process. Fixes Trac issue #9667 >From 5b9d971b108677d54bc3aac31