Justin Ruggles writes:
> On 10/05/2012 02:27 AM, Anton Khirnov wrote:
>>
>> On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles
>> wrote:
>>> ---
>>> libavcodec/aacdec.c | 36 +---
>>> libavcodec/aacsbr.c |5 ++---
>>> 2 files changed, 15 insertions(+), 26
On 10/05/2012 02:27 AM, Anton Khirnov wrote:
>
> On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles
> wrote:
>> ---
>> libavcodec/aacdec.c | 36 +---
>> libavcodec/aacsbr.c |5 ++---
>> 2 files changed, 15 insertions(+), 26 deletions(-)
[...]
>> @@ -2480,16
On 2012-10-05 08:27:11 +0200, Anton Khirnov wrote:
>
> On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles
> wrote:
> > ---
> > libavcodec/aacdec.c | 36 +---
> > libavcodec/aacsbr.c |5 ++---
> > 2 files changed, 15 insertions(+), 26 deletions(-)
> >
> > d
Anton Khirnov writes:
>> @@ -2480,16 +2477,11 @@ static int aac_decode_frame_int(AVCodecContext
>> *avctx, void *data,
>> err = -1;
>> goto fail;
>> }
>> -
>> -if (avctx->sample_fmt == AV_SAMPLE_FMT_FLT)
>> -ac->fmt_conv.float_interleave((fl
On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles
wrote:
> ---
> libavcodec/aacdec.c | 36 +---
> libavcodec/aacsbr.c |5 ++---
> 2 files changed, 15 insertions(+), 26 deletions(-)
>
> diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
> index 1c59ec5
---
libavcodec/aacdec.c | 36 +---
libavcodec/aacsbr.c |5 ++---
2 files changed, 15 insertions(+), 26 deletions(-)
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 1c59ec5..385c8ae 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -84