From 13075dea876898afdb195056d22a921b18cd4450 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 2 May 2010 16:32:05 +0000 Subject: Fix a bug introduced with r25777. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25779 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/codecs/libmad/synth.c b/apps/codecs/libmad/synth.c index 15c1f9decc..d51d291a09 100644 --- a/apps/codecs/libmad/synth.c +++ b/apps/codecs/libmad/synth.c @@ -931,7 +931,7 @@ void synth_full(struct mad_synth *synth, struct mad_frame const *frame, if(s & 1) { ptr = *D0ptr; - PROD_O(hi, lo, *fo, ptr+1); + PROD_O(hi, lo, *fx, ptr+1); MLN(hi, lo); PROD_A(hi, lo, *fe, ptr); pcm[0] = SHIFT(MLZ(hi, lo)); -- cgit v1.2.3