]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
mlpdec: Don't overallocate buffers.
authorramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 21 Apr 2009 22:53:46 +0000 (22:53 +0000)
committerramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 21 Apr 2009 22:53:46 +0000 (22:53 +0000)
commitd2467733d1262cf573849cc097565793fd44317e
tree86fda886202cec274cf65e8e54270840675d2600
parentb4ca1a372ef305de36ba12aaad6aab57216740ad
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18651 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/mlp.h
libavcodec/mlpdec.c