[FFmpeg-soc] [soc]: r1161 - qcelp/qcelpdec.c

Reynaldo Verdejo rverdejo at gmail.com
Thu Aug 23 02:21:28 CEST 2007


Hi Michael

On 8/22/07, Michael Niedermayer <michaelni at gmx.at> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20070822/927e0e72/attachment.htm>


More information about the FFmpeg-soc mailing list