From beb0cd6acfe6ad9f32b8fc673507f6189633cc90 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 12 Jun 2012 16:22:34 +0200 Subject: swr: SIMD rematrixing and SSE/AVX mix_1_1 float Signed-off-by: Michael Niedermayer --- libswresample/swresample_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswresample/swresample_internal.h') diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 2d4240fba9..ddcecf1f45 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -121,6 +121,7 @@ int swri_resample_double(struct ResampleContext *c,double *dst, const double * int swri_rematrix_init(SwrContext *s); void swri_rematrix_free(SwrContext *s); int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mustcopy); +void swri_rematrix_init_x86(struct SwrContext *s); void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt); -- cgit v1.2.3