diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2024-11-15 22:09:02 +0800 |
---|---|---|
committer | Zhao Zhili <zhilizhao@tencent.com> | 2024-11-29 12:32:57 +0800 |
commit | 57861911a34e1c33796be97f2b2f44e05fffd647 (patch) | |
tree | 279274d31fa812fecb0a3ad900daaf529510b8dc /libavutil/float_dsp.c | |
parent | fe2c9746dea08236eab2c47fefd47c25693b6c9f (diff) | |
download | ffmpeg-57861911a34e1c33796be97f2b2f44e05fffd647.tar.gz |
avutil/mem_internal: define DECLARE_ALIGNED as C11's alignas
alignas is portable than compiler's specific __attribute__. It do
have a limitation, that alignas don't support specify aligment on
the declarations of struct (it works for specify alignment on struct
fields), which only used by avcodec/cavs, and is removed now.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Diffstat (limited to 'libavutil/float_dsp.c')
0 files changed, 0 insertions, 0 deletions