summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libmad/synth.c2
1 files changed, 1 insertions, 1 deletions
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,
931 if(s & 1) 931 if(s & 1)
932 { 932 {
933 ptr = *D0ptr; 933 ptr = *D0ptr;
934 PROD_O(hi, lo, *fo, ptr+1); 934 PROD_O(hi, lo, *fx, ptr+1);
935 MLN(hi, lo); 935 MLN(hi, lo);
936 PROD_A(hi, lo, *fe, ptr); 936 PROD_A(hi, lo, *fe, ptr);
937 pcm[0] = SHIFT(MLZ(hi, lo)); 937 pcm[0] = SHIFT(MLZ(hi, lo));