]> git.sesse.net Git - vlc/commitdiff
* modules/codec/spudec/parse.c: fixed typo found by Meuuh.
authorGildas Bazin <gbazin@videolan.org>
Tue, 29 Jul 2003 22:25:40 +0000 (22:25 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 29 Jul 2003 22:25:40 +0000 (22:25 +0000)
modules/codec/spudec/parse.c

index 66f3110167f13180da29d92f5cba90d3e0edc070..043553528962d85e7912fe43f376bb84a081df8e 100644 (file)
@@ -2,7 +2,7 @@
  * parse.c: SPU parser
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: parse.c,v 1.12 2003/07/22 20:49:10 hartman Exp $
+ * $Id: parse.c,v 1.13 2003/07/29 22:25:40 gbazin Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -413,7 +413,7 @@ static int ParseControlSeq( spudec_thread_t *p_spudec,
         msg_Err( p_spudec->p_fifo, "no `start display' command" );
     }
 
-    if( !p_spu->i_stop <= p_spu->i_start && !p_spu->b_ephemer )
+    if( p_spu->i_stop <= p_spu->i_start && !p_spu->b_ephemer )
     {
         /* This subtitle will live for 5 seconds or until the next subtitle */
         p_spu->i_stop = p_spu->i_start + (mtime_t)500 * 11000