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

Expand OSS SPDIF delay. This looks wrong either way though.

parent 755addfe
......@@ -652,7 +652,7 @@ static void* OSSThread( vlc_object_t *p_this )
while( vlc_object_alive (p_aout) && ! ( p_buffer =
aout_OutputNextBuffer( p_aout, next_date, true ) ) )
{
msleep( 1000 );
msleep( VLC_HARD_MIN_SLEEP );
next_date = mdate();
}
}
......
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