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 modchip...@gmail.com. --- libavcodec/alac.c | 121 +++- 1 files changed, 81 insertions(+), 40

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 justin.rugg...@gmail.com wrote: This will make multi-channel implementation simpler. Based partially on a patch by Andrew D'Addesio modchip...@gmail.com. --- libavcodec/alac.c | 121 +++- 1 files

[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 modchip...@gmail.com. --- libavcodec/alac.c | 121 +++- 1 files changed, 81 insertions(+), 40 deletions(-) diff --git a/libavcodec/alac.c