Commit 22ec91db authored by Jean-Paul Saman's avatar Jean-Paul Saman

Use proper unity.

parent 35467e3f
......@@ -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 );
......
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