Mercurial > libavcodec.hg
comparison mp3_header_compress_bsf.c @ 10100:47cc5a20fac0 libavcodec
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.
author | mru |
---|---|
date | Wed, 26 Aug 2009 23:07:07 +0000 |
parents | b955154b7ca9 |
children |
comparison
equal
deleted
inserted
replaced
10099:27eef2ead6ab | 10100:47cc5a20fac0 |
---|