Le 31/05/2014 23:10, Tristan Matthews a écrit :
> Fixes #2575, #11514
> + {
> + memmove( p_sys->p_buffer, &p_sys->p_buffer[frame.bytesconsumed],
> + p_sys->i_buffer );
> + }
> }
>
> return p_out;
>
(finally!) Works for me.
Francois