[FFmpeg-devel] [PATCH] swscale.c

Ramiro Polla ramiro.polla
Thu Jun 4 23:56:35 CEST 2009


On Wed, Jun 3, 2009 at 4:29 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Wed, Jun 03, 2009 at 01:56:05PM -0400, Pavel Pavlov wrote:
>> Old:
>> ? ? ? static const uint8_t ?__attribute__((aligned(8)))
>> dither_2x2_4[2][8]={
>>
>> New:
>> ? ? ? DECLARE_ALIGNED(8, static const uint8_t, dither_2x2_4[2][8])={
>> ...
>>
>> PS. I have some changes like that to make it compile with icl, I may
>> send in my diffs for other files as well later on
>
> all patches that replace _attribute__((aligned ... by the macros
> are ok

Applied the 2 in this thread for now.



More information about the ffmpeg-devel mailing list