Re: [FFmpeg-devel] [PATCH]Fix decoding of SCE stereo aac streams

2014-10-14 Thread Michael Niedermayer
Hi On Tue, Oct 14, 2014 at 12:05:19AM +, Carl Eugen Hoyos wrote: > Michael Niedermayer gmx.at> writes: > > > > Attached patch fixes ticket #1614 for me (and > > > passes fate-aac). > > > > > > Please review, Carl Eugen > > > > i can still hear some rather loud artifacts at > > around 10s

Re: [FFmpeg-devel] [PATCH]Fix decoding of SCE stereo aac streams

2014-10-13 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > Attached patch fixes ticket #1614 for me (and > > passes fate-aac). > > > > Please review, Carl Eugen > > i can still hear some rather loud artifacts at > around 10sec in the file Yes, I have no idea how to fix this. The artefacts do not appear with fa

Re: [FFmpeg-devel] [PATCH]Fix decoding of SCE stereo aac streams

2014-10-13 Thread Michael Niedermayer
On Mon, Oct 13, 2014 at 10:38:58PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #1614 for me (and passes fate-aac). > > Please review, Carl Eugen i can still hear some rather loud artifacts at around 10sec in the file [...] -- Michael GnuPG fingerprint: 9FF2128B147

[FFmpeg-devel] [PATCH]Fix decoding of SCE stereo aac streams

2014-10-13 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #1614 for me (and passes fate-aac). Please review, Carl Eugen diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index ef820d2..2c20020 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -656,7 +656,7 @@ static ChannelElement *get_che(AACContext *ac,