Re: [libav-devel] [PATCH 34/39] alac: split element parsing into a separate function

2012-07-19 Thread Alex Converse
On Mon, Jul 9, 2012 at 2:24 PM, Justin Ruggles wrote: > This will make multi-channel implementation simpler. > Based partially on a patch by Andrew D'Addesio . > --- > libavcodec/alac.c | 121 +++- > 1 files changed, 81 insertions(+), 40 deletions(

Re: [libav-devel] [PATCH 34/39] alac: split element parsing into a separate function

2012-07-19 Thread Justin Ruggles
On 07/09/2012 05:24 PM, Justin Ruggles wrote: > This will make multi-channel implementation simpler. > Based partially on a patch by Andrew D'Addesio . > --- > libavcodec/alac.c | 121 +++- > 1 files changed, 81 insertions(+), 40 deletions(-) ping

[libav-devel] [PATCH 34/39] alac: split element parsing into a separate function

2012-07-09 Thread Justin Ruggles
This will make multi-channel implementation simpler. Based partially on a patch by Andrew D'Addesio . --- libavcodec/alac.c | 121 +++- 1 files changed, 81 insertions(+), 40 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 0e62