ALIGN 30 libavcodec/rtjpeg.c #define ALIGN(a) \ ALIGN 64 libavutil/mem.c #define ALIGN (HAVE_AVX512 ? 64 : (HAVE_AVX ? 32 : 16)) ALIGN 30 libswresample/swresample.c #define ALIGN 32