mpc7: use av_fast_padded_malloc()
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 31 Jan 2012 16:17:04 +0000 (11:17 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 2 Feb 2012 00:35:59 +0000 (19:35 -0500)
commit83ce51cc7d10c1589f07fda1b9f10fbc5aa93e77
treebdff87fd288cc87a1bf3d6bbc2b0219892c4e9a5
parentb5b825c3818c2792b06f0e97d190e3c0962f1a02
mpc7: use av_fast_padded_malloc()

Avoids doing malloc/free for each frame.
Also fixes valgrind errors due to use of uninitialized padding bytes.

Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavcodec/mpc7.c