alac: output in planar sample format
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 9 Jul 2012 19:18:51 +0000 (15:18 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 19 Jul 2012 17:26:48 +0000 (13:26 -0400)
commit73dc0db486b826e1442ae4e4177b4e3724b06a4e
tree81ba74f92c522b69453c9394fbef55740a3ea406
parent6482bd8831904ab7cd0a126687f871ff9c52b055
alac: output in planar sample format

Avoids unneeded interleaving and allows for reusing the AVFrame output buffer
as the internal buffer for 24-bit and 32-bit sample size.
libavcodec/alac.c