Re: [libav-devel] [PATCH 2/2] aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.

2011-08-17 Thread Alex Converse
On Tue, Aug 16, 2011 at 2:50 PM, Alex Converse  wrote:
> On Wed, Aug 10, 2011 at 4:37 PM, Alex Converse  
> wrote:
>> ---
>>  libavcodec/aacdec.c |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>

Ping
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH 2/2] aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.

2011-08-16 Thread Alex Converse
On Wed, Aug 10, 2011 at 4:37 PM, Alex Converse  wrote:
> ---
>  libavcodec/aacdec.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
> index 74a1b94..943ecd5 100644
> --- a/libavcodec/aacdec.c
> +++ b/libavcodec/aacdec.c
> @@ -579,6 +579,8 @@ static av_cold int aac_decode_init(AVCodecContext *avctx)
>         sr = sample_rate_idx(avctx->sample_rate);
>         ac->m4ac.sampling_index = sr;
>         ac->m4ac.channels = avctx->channels;
> +        ac->m4ac.sbr = -1;
> +        ac->m4ac.ps = -1;
>
>         for (i = 0; i < FF_ARRAY_ELEMS(ff_mpeg4audio_channels); i++)
>             if (ff_mpeg4audio_channels[i] == avctx->channels)
> --
> 1.7.3.1

ping?
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH 2/2] aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.

2011-08-10 Thread Alex Converse
---
 libavcodec/aacdec.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 74a1b94..943ecd5 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -579,6 +579,8 @@ static av_cold int aac_decode_init(AVCodecContext *avctx)
 sr = sample_rate_idx(avctx->sample_rate);
 ac->m4ac.sampling_index = sr;
 ac->m4ac.channels = avctx->channels;
+ac->m4ac.sbr = -1;
+ac->m4ac.ps = -1;
 
 for (i = 0; i < FF_ARRAY_ELEMS(ff_mpeg4audio_channels); i++)
 if (ff_mpeg4audio_channels[i] == avctx->channels)
-- 
1.7.3.1

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel