Re: [FFmpeg-devel] [PATCH] avcodec/aacdec: print a log message when treating mono HE-AAC as stereo

2022-08-02 Thread Anton Khirnov
Quoting James Almer (2022-07-28 19:22:47) > Since this behavior is intentional, use the VERBOSE level instead of WARNING > as > it's nothing the user should worry about. > > Signed-off-by: James Almer > --- > libavcodec/aac.h | 1 + > libavcodec/aacdec_template.c | 4 >

[FFmpeg-devel] [PATCH] avcodec/aacdec: print a log message when treating mono HE-AAC as stereo

2022-07-28 Thread James Almer
Since this behavior is intentional, use the VERBOSE level instead of WARNING as it's nothing the user should worry about. Signed-off-by: James Almer --- libavcodec/aac.h | 1 + libavcodec/aacdec_template.c | 4 libavcodec/aacsbr_template.c | 2 ++ 3 files changed, 7