aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/mp3/src/cupL1.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/mp3/src/cupL1.c')
-rwxr-xr-xcodecs/mp3/src/cupL1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/mp3/src/cupL1.c b/codecs/mp3/src/cupL1.c
index 84b46d24d..3ffe16801 100755
--- a/codecs/mp3/src/cupL1.c
+++ b/codecs/mp3/src/cupL1.c
@@ -312,7 +312,7 @@ int L1audio_decode_init(MPEG *m, MPEG_HEAD * h, int framebytes_arg,
/* init sub-band transform */
- sbt_init();
+ sbt_init(m);
return 1;
}