Re: [FFmpeg-devel] [PATCH 3/4] aac: define a new profile for USAC

2024-06-05 Thread James Almer
On 6/5/2024 12:08 AM, Lynne via ffmpeg-devel wrote: This allows users to determine whether a stream is USAC or not. --- libavcodec/aac/aacdec_usac.c | 4 libavcodec/avcodec.h | 1 + libavcodec/defs.h| 1 + libavcodec/profiles.c| 1 + libavcodec/profiles.h

Re: [FFmpeg-devel] [PATCH 3/4] aac: define a new profile for USAC

2024-06-05 Thread Lynne via ffmpeg-devel
On 05/06/2024 07:33, Andreas Rheinhardt wrote: Lynne via ffmpeg-devel: This allows users to determine whether a stream is USAC or not. --- libavcodec/aac/aacdec_usac.c | 4 libavcodec/avcodec.h | 1 + libavcodec/defs.h| 1 + libavcodec/profiles.c| 1 + liba

Re: [FFmpeg-devel] [PATCH 3/4] aac: define a new profile for USAC

2024-06-04 Thread Andreas Rheinhardt
Lynne via ffmpeg-devel: > This allows users to determine whether a stream is USAC or not. > --- > libavcodec/aac/aacdec_usac.c | 4 > libavcodec/avcodec.h | 1 + > libavcodec/defs.h| 1 + > libavcodec/profiles.c| 1 + > libavcodec/profiles.h| 1 + > 5 files

[FFmpeg-devel] [PATCH 3/4] aac: define a new profile for USAC

2024-06-04 Thread Lynne via ffmpeg-devel
This allows users to determine whether a stream is USAC or not. --- libavcodec/aac/aacdec_usac.c | 4 libavcodec/avcodec.h | 1 + libavcodec/defs.h| 1 + libavcodec/profiles.c| 1 + libavcodec/profiles.h| 1 + 5 files changed, 8 insertions(+) diff --git a/