dsputil: declare some arrays 16-byte aligned
authorMåns Rullgård <mans@mansr.com>
Wed, 26 Aug 2009 13:17:06 +0000 (13:17 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 26 Aug 2009 13:17:06 +0000 (13:17 +0000)
commit95d36bdbc3541448f8678f131897e0d5dcc2a85e
tree7090a05e1fe30b671cca3d054f9f252a9b7c3f17
parent20e7c8ae0a7f06c9d525a61ef1b7ac39756b1a44
dsputil: declare some arrays 16-byte aligned

These arrays are passed to functions for which we promise 16-byte
alignment, so make sure we fulfil that promise.

Originally committed as revision 19716 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.c