Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 603ffcf8f6..948d0064bc 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -35,7 +35,9 @@
#define FF_SANE_NB_CHANNELS 63U
-#if HAVE_NEON || ARCH_PPC || HAVE_MMX
+#if HAVE_AVX
+# define STRIDE_ALIGN 32
+#elif HAVE_NEON || ARCH_PPC || HAVE_MMX
# define STRIDE_ALIGN 16
#else
# define STRIDE_ALIGN 8