X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=mp3dec_filter.c;fp=mp3dec_filter.c;h=69112c76c6fe49dffd78917b804e1e2b8f41daa2;hb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;hp=ccb1553b820357e13f2cafe2c0e8a7e0502ac8fd;hpb=89e0813c310816e05d22c0bfab7b1be07b3fc841;p=paraslash.git diff --git a/mp3dec_filter.c b/mp3dec_filter.c index ccb1553b..69112c76 100644 --- a/mp3dec_filter.c +++ b/mp3dec_filter.c @@ -144,7 +144,7 @@ decode: } fn->min_iqs = 0; mad_synth_frame(&pmd->synth, &pmd->frame); - outbuffer = para_malloc(pmd->synth.pcm.length * 2 * pmd->channels); + outbuffer = alloc(pmd->synth.pcm.length * 2 * pmd->channels); loaded = 0; for (i = 0; i < pmd->synth.pcm.length; i++) { int sample = MAD_TO_SHORT(pmd->synth.pcm.samples[0][i]);