Commit ce251600 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix previous commit

parent cd3b4161
......@@ -109,6 +109,7 @@ static block_t *DoWork( filter_t * p_filter, block_t * p_in_buf )
while( i_out_nb )
{
if( p_out != p_in )
memcpy( p_out, p_in, i_sample_bytes );
p_out += i_sample_bytes;
i_out_nb--;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment