]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/utils.c
Merge commit '1c1fbc70cae44c10af8ff865826e31c17bc9f347'
[ffmpeg] / libavcodec / utils.c
index 40567f51d3fe4a89eb4e534c154930641ca13129..11b874f7642e8c26e6b7ca52678b93029f519698 100644 (file)
@@ -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])
 {