Re: [FFmpeg-devel] [PATCH] fix decoding HE-AAC mono streams

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 03:26:46PM +0100, t.bernh...@tv1.eu wrote: > Hi, > > this patch fix decoding HE-AAC mono streams. > > ffmpeg -f lavfi -i anullsrc -c:a libfdk_aac -profile:a aac_he -ac 1 -f adts - > | ffmpeg -i - > > now: > ffmpeg shows HE-AACv2 (but HE-AACv2 needs stereo because of Par

[FFmpeg-devel] [PATCH] fix decoding HE-AAC mono streams

2016-02-17 Thread t . bernhard
Hi, this patch fix decoding HE-AAC mono streams. ffmpeg -f lavfi -i anullsrc -c:a libfdk_aac -profile:a aac_he -ac 1 -f adts - | ffmpeg -i - now: ffmpeg shows HE-AACv2 (but HE-AACv2 needs stereo because of Parametric Stereo) with patch: ffmpeg shows HE-AAC correctly Thomas --- libavcodec/a