aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-15 14:47:04 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-17 15:47:49 +0100
commit90d6b563fe815b7be7fb9ce675927b64d0ba3f34 (patch)
tree0c1244dd54babc813cfe5a824e76afff4f8a8ebf /libavcodec/utils.c
parentdce2f820e952cc22ffb733be1aec7db3f70c8316 (diff)
downloadffmpeg-90d6b563fe815b7be7fb9ce675927b64d0ba3f34.tar.gz
avcodec: Move STRIDE_ALIGN to internal.h
The next commit/bugfix will need it Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit da89572004f6c0279134d4c8c1c835496a2c4232)
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])
{