aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-15 14:47:04 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-15 14:56:42 +0100
commitda89572004f6c0279134d4c8c1c835496a2c4232 (patch)
tree9b100b7bb3c27092c6aceae6ac4cac315062b9c7 /libavcodec/utils.c
parent847d8af59af5925fb4310256bd63bc54d9cee7b5 (diff)
downloadffmpeg-da89572004f6c0279134d4c8c1c835496a2c4232.tar.gz
avcodec: Move STRIDE_ALIGN to internal.h
The next commit/bugfix will need it Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 40567f51d3..11b874f764 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])
{