Hi Michael<br><br><div><span class="gmail_quote">On 8/22/07, <b class="gmail_sendername">Michael Niedermayer</b> &lt;<a href="mailto:michaelni@gmx.at">michaelni@gmx.at</a>&gt; wrote:</span>&gt;<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; -&nbsp;&nbsp;&nbsp;&nbsp;pitchf_mem[143]=last;<br>&gt; -&nbsp;&nbsp;&nbsp;&nbsp;memcpy(pitchf_mem, tmp, 143*sizeof(float));<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp;memcpy(tmp, pitchf_mem+40, 110*sizeof(float));<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp;memcpy(tmp+110, last, 40*sizeof(float));<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp;memcpy(pitchf_mem, tmp, 150*sizeof(float));
<br>&gt;&nbsp;&nbsp;}<br><br>see memmove()</blockquote><div><br>Sure, sorry, just the heat of the moment :)<br><br>Reynaldo</div></div>