[libav-devel] [PATCH 1/3] aac: Only output configure if audio was found.

2011-08-18 Thread Luca Barbato
From: Alex Converse Audio found is not triggered on a CCE because a CCE alone has no output. Signed-off-by: Luca Barbato --- libavcodec/aacdec.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 0cae155..a380e9d 10064

Re: [libav-devel] [PATCH 1/3] aac: Only output configure if audio was found.

2011-08-18 Thread Luca Barbato
On 8/17/11 7:42 PM, Alex Converse wrote: On Tue, Aug 16, 2011 at 11:03 AM, Alex Converse wrote: Audio found is not triggered on a CCE because a CCE alone has no output. --- libavcodec/aacdec.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) I hope I got the patchset rig

Re: [libav-devel] [PATCH 1/3] aac: Only output configure if audio was found.

2011-08-17 Thread Alex Converse
On Tue, Aug 16, 2011 at 11:03 AM, Alex Converse wrote: > Audio found is not triggered on a CCE because a CCE alone has no output. > --- >  libavcodec/aacdec.c |    7 +-- >  1 files changed, 5 insertions(+), 2 deletions(-) > Ping ___ libav-devel mail

[libav-devel] [PATCH 1/3] aac: Only output configure if audio was found.

2011-08-16 Thread Alex Converse
Audio found is not triggered on a CCE because a CCE alone has no output. --- libavcodec/aacdec.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 0cae155..a380e9d 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.