]> git.sesse.net Git - vlc/commitdiff
Use proper unity.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 18 Oct 2007 22:10:15 +0000 (22:10 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 18 Oct 2007 22:10:15 +0000 (22:10 +0000)
modules/mux/mpeg/ts.c

index eb4a642be8c469bf95451daade7b06675bfbab32..1c2234777ea77e9a91e87a52a14e7e80b291f45f 100644 (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 );