mlpdec: Don't overallocate buffers.
authorRamiro Polla <ramiro.polla@gmail.com>
Tue, 21 Apr 2009 22:53:46 +0000 (22:53 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Tue, 21 Apr 2009 22:53:46 +0000 (22:53 +0000)
commit420df9303775f40fd5e591c4da05527efce6752b
tree8d3177006246859c5e743f7ce2b5c5f30e22b599
parent309616b2490d5504fe95fc0d71d2001a5ac27768
mlpdec: Don't overallocate buffers.
Now that max channels and primitive matrices are properly validated, there is
no need to be paranoid that random data will be overwritten.
As a bonus this makes matrix_coeff 16-byte aligned between matrices.

Originally committed as revision 18651 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mlp.h
libavcodec/mlpdec.c