From 4cfc92081dfe9dfd14045b99b60e531b4f2cf6e7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 4 Jun 2013 23:35:19 +0200 Subject: swr: add native_simd_one 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 17b85d5263..108f837f23 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -134,6 +134,7 @@ struct SwrContext { float matrix[SWR_CH_MAX][SWR_CH_MAX]; ///< floating point rematrixing coefficients uint8_t *native_matrix; uint8_t *native_one; + uint8_t *native_simd_one; uint8_t *native_simd_matrix; int32_t matrix32[SWR_CH_MAX][SWR_CH_MAX]; ///< 17.15 fixed point rematrixing coefficients uint8_t matrix_ch[SWR_CH_MAX][SWR_CH_MAX+1]; ///< Lists of input channels per output channel that have non zero rematrixing coefficients -- cgit v1.2.3