Re: [FFmpeg-devel] [aac] Don't attempt to parse ADTS from USAC packets.

2025-03-05 Thread Lynne
On 06/03/2025 00:25, Dale Curtis wrote: Any comments for this one? - dale On Tue, Feb 25, 2025 at 12:16 PM Dale Curtis wrote: It's not possible to put USAC into ADTS due to exceeding the field size (4 bits) for ADTS profile. As such cases where the frame starts with 0xfff shouldn't be checke

Re: [FFmpeg-devel] [aac] Don't attempt to parse ADTS from USAC packets.

2025-03-05 Thread Dale Curtis
Any comments for this one? - dale On Tue, Feb 25, 2025 at 12:16 PM Dale Curtis wrote: > It's not possible to put USAC into ADTS due to exceeding the > field size (4 bits) for ADTS profile. As such cases where > the frame starts with 0xfff shouldn't be checked. > > This ensures the sample at htt

[FFmpeg-devel] [aac] Don't attempt to parse ADTS from USAC packets.

2025-02-25 Thread Dale Curtis
It's not possible to put USAC into ADTS due to exceeding the field size (4 bits) for ADTS profile. As such cases where the frame starts with 0xfff shouldn't be checked. This ensures the sample at https://crbug.com/396190942 is properly detected as USAC content. Signed-off-by: Dale Curtis usac_