X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Futils.c;h=11b874f7642e8c26e6b7ca52678b93029f519698;hb=020baa0be64b460d48fecdfe13f1adabf6a293cd;hp=40567f51d3fe4a89eb4e534c154930641ca13129;hpb=aa175983a1968f9c390379e0c735910b5e32ac0d;p=ffmpeg diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 40567f51d3f..11b874f7642 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -274,12 +274,6 @@ int ff_side_data_update_matrix_encoding(AVFrame *frame, return 0; } -#if HAVE_NEON || ARCH_PPC || HAVE_MMX -# define STRIDE_ALIGN 16 -#else -# define STRIDE_ALIGN 8 -#endif - void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, int linesize_align[AV_NUM_DATA_POINTERS]) {