apedec: allocate a single flat buffer for decoded samples
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 6 Feb 2012 21:31:26 +0000 (16:31 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 7 Feb 2012 15:01:14 +0000 (10:01 -0500)
commit1d3c672d27d3beece88485e28f2286ec2df62e6e
treedce24ff971cceb8e9ccfae2583be71433ce44fe9
parent32c61400c02eb8e2ad91deea4daa11d4241fbbb2
apedec: allocate a single flat buffer for decoded samples

This will allow the decoder to return samples for the full packet, and it also
makes the decoded buffer pointers aligned.
libavcodec/apedec.c