From cf0ef500ec6e999e744d4ad54e26e0c74c8c53b9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 2 Sep 2016 00:29:46 -0700 Subject: Rename MatrixMixerFunc to RowMixerFunc --- Alc/bformatdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Alc/bformatdec.c') diff --git a/Alc/bformatdec.c b/Alc/bformatdec.c index 70a6b3fd..180170d9 100644 --- a/Alc/bformatdec.c +++ b/Alc/bformatdec.c @@ -159,7 +159,7 @@ static const ALfloat CubeMatrix[8][FB_Max][MAX_AMBI_COEFFS] = { static ALfloat CubeEncoder[8][MAX_AMBI_COEFFS]; -static inline MatrixMixerFunc SelectMixer(void) +static inline RowMixerFunc SelectMixer(void) { #ifdef HAVE_SSE if((CPUCapFlags&CPU_CAP_SSE)) @@ -172,7 +172,7 @@ static inline MatrixMixerFunc SelectMixer(void) return MixRow_C; } -static MatrixMixerFunc MixMatrixRow = MixRow_C; +static RowMixerFunc MixMatrixRow = MixRow_C; static alonce_flag bformatdec_inited = AL_ONCE_FLAG_INIT; -- cgit v1.2.3