[FFmpeg-devel] [PATCH] Remove useless alignment from MpegEncContext.intra_scantable

Måns Rullgård mans
Thu Aug 27 01:07:33 CEST 2009


Michael Niedermayer <michaelni at gmx.at> writes:

> On Wed, Aug 26, 2009 at 08:32:34PM +0100, Mans Rullgard wrote:
>> 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.
>> ---
>>  libavcodec/mpegvideo.h |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> ok

Applied.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list