1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

Use proper unity.

This commit is contained in:
Jean-Paul Saman 2007-10-18 22:10:15 +00:00
parent 35467e3f23
commit 22ec91db9f

View File

@ -1368,7 +1368,7 @@ static int Mux( sout_mux_t *p_mux )
continue;
if ( i_spu_delay >= I64C(100000000)
|| i_spu_delay < 10000 )
|| i_spu_delay < I64C(10000) )
{
BufferChainClean( p_mux->p_sout,
&p_stream->chain_pes );