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

Small quirk in previous commit

parent fa5084f6
......@@ -600,6 +600,7 @@ int aout_InputPlay( aout_instance_t * p_aout, aout_input_t * p_input,
inputResamplingStop( p_input );
p_buffer->i_flags |= BLOCK_FLAG_DISCONTINUITY;
start_date = p_buffer->i_pts;
drift = 0;
}
else if( drift > +tolerance )
{
......
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