Commit 22e5ae8b authored by Pierre Ynard's avatar Pierre Ynard

oss: build fix

parent 92bd2294
......@@ -641,7 +641,7 @@ static void* OSSThread( void *obj )
for( ;; )
{
canc = vlc_savecancel ();
p_buffer = aout_PacketNext( p_aout );
p_buffer = aout_PacketNext( p_aout, next_date );
if ( p_buffer )
break;
vlc_restorecancel (canc);
......
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