Hi Michael On 8/22/07, Michael Niedermayer <[EMAIL PROTECTED]> wrote:>
> > - pitchf_mem[143]=last; > > - memcpy(pitchf_mem, tmp, 143*sizeof(float)); > > + memcpy(tmp, pitchf_mem+40, 110*sizeof(float)); > > + memcpy(tmp+110, last, 40*sizeof(float)); > > + memcpy(pitchf_mem, tmp, 150*sizeof(float)); > > } > > see memmove() Sure, sorry, just the heat of the moment :) Reynaldo
_______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
