[FFmpeg-devel] [PATCH] WMA Voice decoder

Ronald S. Bultje rsbultje
Mon Jan 25 04:15:38 CET 2010


Hi,

On Jan 23, 2010, at 12:06 AM, Vitor Sessak <vitor1001 at gmail.com> wrote:
>> +
>> +        v = (val & 0x200) ? -1.0 : 1.0;
>> +        out[idx - delta] = v;
>> +        out[idx]         = (val & 1) ? -v : v;
>> +    }
>
> ff_set_fixed_vector()

How? It doesn't repeat. Esp. If you want to use the same AMRFixed as  
the earlier pulses.

Ronald



More information about the ffmpeg-devel mailing list