OSDN Git Service

ac3dec: Increment channel pointers only once per channel
authorMartin Storsjö <martin@martin.st>
Thu, 11 Jul 2013 13:30:18 +0000 (16:30 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 13 Jul 2013 15:55:07 +0000 (18:55 +0300)
commit68e57cde68f3da4c557ca15491fda74d1ea6321e
tree186b2734bddf300277c88a25174005bf210536de
parent886e1b36f5044d3ceccbb01f64619acaf288fb7c
ac3dec: Increment channel pointers only once per channel

If the channel mapping map multiple output channels to one
input channel, we should only increment the actual pointer once.

Cc: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/ac3dec.c