[libav-devel] [PATCH 3/3] aac: Only set sample rate and object type from ADTS if output hasn't been configured.

2011-08-18 Thread Luca Barbato
From: Alex Converse alex.conve...@gmail.com Long term it would be nice to support error resilient reconfiguration but right now setting this every frame does more harm than help. Signed-off-by: Luca Barbato lu_z...@gentoo.org --- libavcodec/aacdec.c |6 +++--- 1 files changed, 3

Re: [libav-devel] [PATCH 3/3] aac: Only set sample rate and object type from ADTS if output hasn't been configured.

2011-08-17 Thread Alex Converse
On Tue, Aug 16, 2011 at 11:04 AM, Alex Converse alex.conve...@gmail.com wrote: Long term it would be nice to support error resilient reconfiguration but right now setting this every frame does more harm than help. ---  libavcodec/aacdec.c |    6 +++---  1 files changed, 3 insertions(+), 3

[libav-devel] [PATCH 3/3] aac: Only set sample rate and object type from ADTS if output hasn't been configured.

2011-08-16 Thread Alex Converse
Long term it would be nice to support error resilient reconfiguration but right now setting this every frame does more harm than help. --- libavcodec/aacdec.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index