diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-26 23:07:07 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-26 23:07:07 +0000 |
commit | 21c6a0258c32d3967cb66638dad5c892a645ab0c (patch) | |
tree | db60e4b09b75e961bcc10684a4a8cebf6fe3dfae /libavcodec/mjpegbdec.c | |
parent | 608be2acef3b69070f66dd539edd2197f93d6daf (diff) | |
download | ffmpeg-21c6a0258c32d3967cb66638dad5c892a645ab0c.tar.gz |
Remove useless alignment from MpegEncContext.intra_scantable
The first member of struct ScanTable is a simple pointer, extra alignment
of which serves no purpose. The alignment specifier was added along with
some Altivec optimisations also adding a 16-byte-aligned array at the end
of struct ScanTable. Presumably the redundant, outer alignment was added
by mistake. The inner one is clearly sufficient.
Originally committed as revision 19724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mjpegbdec.c')
0 files changed, 0 insertions, 0 deletions