summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-11-01 00:33:05 +0100
committerDiego Biurrun <diego@biurrun.de>2016-11-03 17:43:55 +0100
commit99434f4df81b6801b2b535d5b9143305595784f6 (patch)
tree2de56481b8f68fcea67fd202f3b6ce2e5e2b433b /libavutil
parent6354957a95022864746180525680cca872ab0e0a (diff)
downloadffmpeg-streaming-99434f4df81b6801b2b535d5b9143305595784f6.zip
ffmpeg-streaming-99434f4df81b6801b2b535d5b9143305595784f6.tar.gz
float_dsp: Have implementation match function pointer prototype
libavutil/x86/float_dsp_init.c(144) : warning C4028: formal parameter 1 different from declaration libavutil/x86/float_dsp_init.c(144) : warning C4028: formal parameter 2 different from declaration
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86/float_dsp_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/float_dsp_init.c b/libavutil/x86/float_dsp_init.c
index b704330..dcbe3f1 100644
--- a/libavutil/x86/float_dsp_init.c
+++ b/libavutil/x86/float_dsp_init.c
@@ -54,7 +54,7 @@ void ff_vector_fmul_reverse_avx(float *dst, const float *src0,
float ff_scalarproduct_float_sse(const float *v1, const float *v2, int order);
-void ff_butterflies_float_sse(float *src0, float *src1, int len);
+void ff_butterflies_float_sse(float *restrict src0, float *restrict src1, int len);
#if HAVE_6REGS && HAVE_INLINE_ASM
static void vector_fmul_window_3dnowext(float *dst, const float *src0,
OpenPOWER on IntegriCloud