From 22ec91db9f385ed13353459506d8e54f699374f0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Thu, 18 Oct 2007 22:10:15 +0000 Subject: [PATCH] Use proper unity. --- modules/mux/mpeg/ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c index eb4a642be8..1c2234777e 100644 --- a/modules/mux/mpeg/ts.c +++ b/modules/mux/mpeg/ts.c @@ -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 ); -- 2.20.1