From 557afd5f1e3957da3c38513fc6d4efaa073e805e Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sat, 7 Jan 2006 23:16:38 +0000 Subject: Fix generic filtering routine to support non-interleaved audio as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8304 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/synth_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libmusepack') diff --git a/apps/codecs/libmusepack/synth_filter.c b/apps/codecs/libmusepack/synth_filter.c index e01da55c62..f2945ce9c5 100644 --- a/apps/codecs/libmusepack/synth_filter.c +++ b/apps/codecs/libmusepack/synth_filter.c @@ -384,7 +384,7 @@ static void Synthese_Filter_float_internal(MPC_SAMPLE_FORMAT * OutData,MPC_SAMPL + MPC_MULTIPLY_FRACT(V[768],D[12]) + MPC_MULTIPLY_FRACT(V[864],D[13]) + MPC_MULTIPLY_FRACT(V[896],D[14]) + MPC_MULTIPLY_FRACT(V[992],D[15]) , 2); - Data += 2; + Data += 1; #endif } V -= 32;//bleh -- cgit v1.2.3