Re: [libav-devel] [PATCH] ac3dec: Increment channel pointers only once per channel

2013-07-11 Thread Martin Storsjö
On Thu, 11 Jul 2013, Luca Barbato wrote: On 07/11/2013 03:36 PM, Martin Storsjö wrote: If the channel mapping map multiple output channels to one input channel, we should only increment the actual pointer once. Cc: libav-sta...@libav.org --- libavcodec/ac3dec.c |6 +++--- 1 file changed,

Re: [libav-devel] [PATCH] ac3dec: Increment channel pointers only once per channel

2013-07-11 Thread Luca Barbato
On 07/11/2013 03:36 PM, Martin Storsjö wrote: > If the channel mapping map multiple output channels to one > input channel, we should only increment the actual pointer once. > > Cc: libav-sta...@libav.org > --- > libavcodec/ac3dec.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)

[libav-devel] [PATCH] ac3dec: Increment channel pointers only once per channel

2013-07-11 Thread Martin Storsjö
If the channel mapping map multiple output channels to one input channel, we should only increment the actual pointer once. Cc: libav-sta...@libav.org --- libavcodec/ac3dec.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c ind