af_lavcac3enc: fix channel reordering
commitb8e1456c25de18b8ecb8922d870bfe9161900d2a
authorUoti Urpala <uau@mplayer2.org>
Thu, 31 Mar 2011 20:44:14 +0000 (31 23:44 +0300)
committerUoti Urpala <uau@mplayer2.org>
Thu, 31 Mar 2011 20:51:19 +0000 (31 23:51 +0300)
tree551bb91156adc6c866c49938f5301b9b43639cad
parenta8b93d4c81d09d13e37b5a87a3dfa958078cc5f0
af_lavcac3enc: fix channel reordering

Reordering to libavcodec channel order was broken with libavcodec
versions using float input to the ac3 encoder because the reordering
code still assumed int16 sample size. Fix.
libaf/af_lavcac3enc.c