summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-01-07 23:16:38 +0000
committerThom Johansen <thomj@rockbox.org>2006-01-07 23:16:38 +0000
commit557afd5f1e3957da3c38513fc6d4efaa073e805e (patch)
tree69f10918ae41a432aef89246ce60b3568b2194b6
parentb82c441f290cda0faffbf467aaf4eb990c07dcc9 (diff)
downloadrockbox-557afd5f1e3957da3c38513fc6d4efaa073e805e.tar.gz
rockbox-557afd5f1e3957da3c38513fc6d4efaa073e805e.zip
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
-rw-r--r--apps/codecs/libmusepack/synth_filter.c2
1 files changed, 1 insertions, 1 deletions
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
384 + 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]) 384 + 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])
385 , 2); 385 , 2);
386 386
387 Data += 2; 387 Data += 1;
388 #endif 388 #endif
389 } 389 }
390 V -= 32;//bleh 390 V -= 32;//bleh