Re: [FFmpeg-devel] [PATCH] avcodec/aacdec: map LFE[0] to SCE[1] for 4.0 audio.

2014-10-17 Thread Michael Niedermayer
On Fri, Oct 17, 2014 at 11:47:38AM +0200, Benoit Fouet wrote: > Hi, > > - Mail original - > > On Mon, Oct 13, 2014 at 02:42:55PM +0200, Benoit Fouet wrote: > > > Fixes ticket #3930 > > > --- > > > libavcodec/aacdec.c | 10 ++ > > > 1 file changed, 10 insertions(+) > > > > applied

Re: [FFmpeg-devel] [PATCH] avcodec/aacdec: map LFE[0] to SCE[1] for 4.0 audio.

2014-10-17 Thread Benoit Fouet
Hi, - Mail original - > On Mon, Oct 13, 2014 at 02:42:55PM +0200, Benoit Fouet wrote: > > Fixes ticket #3930 > > --- > > libavcodec/aacdec.c | 10 ++ > > 1 file changed, 10 insertions(+) > > applied > > maybe these special case mappings should print some warning or > some debug

Re: [FFmpeg-devel] [PATCH] avcodec/aacdec: map LFE[0] to SCE[1] for 4.0 audio.

2014-10-13 Thread Michael Niedermayer
On Mon, Oct 13, 2014 at 02:42:55PM +0200, Benoit Fouet wrote: > Fixes ticket #3930 > --- > libavcodec/aacdec.c | 10 ++ > 1 file changed, 10 insertions(+) applied maybe these special case mappings should print some warning or some debug information, could help if they are ever wrong tha

[FFmpeg-devel] [PATCH] avcodec/aacdec: map LFE[0] to SCE[1] for 4.0 audio.

2014-10-13 Thread Benoit Fouet
Fixes ticket #3930 --- libavcodec/aacdec.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 10c509b..ef820d2 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -630,6 +630,16 @@ static ChannelElement *get_che(AACContext *ac,