[libav-devel] [PATCH 1/2] alac: fix channel pointer assignment for 24 and 32-bit

2012-07-19 Thread Justin Ruggles
Needs to be done separately for each element. --- libavcodec/alac.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index bb2e836..1756cdf 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -321,16 +321,16 @@ static int

Re: [libav-devel] [PATCH 1/2] alac: fix channel pointer assignment for 24 and 32-bit

2012-07-19 Thread Luca Barbato
On 07/20/2012 01:49 AM, Justin Ruggles wrote: Needs to be done separately for each element. --- libavcodec/alac.c |8 1 files changed, 4 insertions(+), 4 deletions(-) Ok. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero