aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.
authorNathan Caldwell <saintdev@gmail.com>
Sat, 28 Jan 2012 05:23:40 +0000 (22:23 -0700)
committerAnton Khirnov <anton@khirnov.net>
Sat, 28 Jan 2012 21:07:21 +0000 (22:07 +0100)
commitdc7e7d4dd96eebd430e7bfa847b751add0e126ab
treec4c02f075b7715673cd2ed88400cefc5a0fad714
parent91b3bfba88fc820623b75dea9caa9c11b68e2d09
aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.

10l: Forgot to adjust deinterleave for new location of incoming samples in 7946a5a.

This produced incorrect, but surprisingly listenable results.

Thanks to Justin Ruggles for the report.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/aacenc.c