[FFmpeg-devel] [PATCH 2/5] x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

Christophe Gisquet christophe.gisquet at gmail.com
Sat Mar 14 19:58:29 CET 2015


Hi,

2015-03-14 19:07 GMT+01:00 Michael Niedermayer <michaelni at gmx.at>:
>>  #define PR_WRAP(INSN) \
>>  static void ff_prores_idct_put_10_##INSN##_wrap(int16_t *dst){ \
>> -    DECLARE_ALIGNED(16, static int16_t, qmat)[64]; \
>> -    DECLARE_ALIGNED(16, static int16_t, tmp)[64]; \
>> +    LOCAL_ALIGNED(16, static int16_t, qmat, [64]); \
>> +    LOCAL_ALIGNED(16, static int16_t, tmp, [64]); \
>>      int i; \
>
> LOCAL_ALIGNED + static looks unintended

Same fix then.

Best regards,
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-x86-lavc-use-LOCAL_ALIGNED-instead-of-DECLARE_ALIGNE.patch
Type: text/x-patch
Size: 10525 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150314/72d92059/attachment.bin>


More information about the ffmpeg-devel mailing list