summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 769e1c1..bc7ac74 100644
--- a/apps/codecs/libmad/synth.c
+++ b/apps/codecs/libmad/synth.c
@@ -599,7 +599,7 @@ void synth_full(struct mad_synth *synth, struct mad_frame const *frame,
mad_fixed64hi_t hi0, hi1;
for (ch = 0; ch < nch; ++ch) {
- sbsample = &*frame->sbsample_prev[ch];
+ sbsample = &(*frame->sbsample_prev)[ch];
filter = &synth->filter[ch];
phase = synth->phase;
pcm = synth->pcm.samples[ch];