On 07/17/2010 07:44 PM, Benjamin Larsson wrote: > On 17/07/10 07:55, Vitor Sessak wrote: >> -static void IMLT(float *pInput, float *pOutput, int odd_band) >> +static void IMLT(float *pInput, float *pOutput, int odd_band, ATRAC3Context *q) > > > Move the context to the first argument and the patch is ok. Applied. -Vitor