]> git.sesse.net Git - vlc/commitdiff
* ./plugins/mpeg_system/mpeg_es.c: reverted an unnecessary fix.
authorSam Hocevar <sam@videolan.org>
Wed, 24 Jul 2002 16:21:46 +0000 (16:21 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 24 Jul 2002 16:21:46 +0000 (16:21 +0000)
plugins/mpeg_system/mpeg_es.c

index d04005bcd03ef687d8e4dfb46bb09e0d2800c8ec..94b282358734ee19dd032639c85a3768b2036f5b 100644 (file)
@@ -2,7 +2,7 @@
  * mpeg_es.c : Elementary Stream input module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: mpeg_es.c,v 1.11 2002/07/24 15:21:47 sam Exp $
+ * $Id: mpeg_es.c,v 1.12 2002/07/24 16:21:46 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -200,9 +200,6 @@ static int ESDemux( input_thread_t * p_input )
 
     vlc_mutex_lock( &p_fifo->data_lock );
 
-    /* If the decoder is waiting for us, wake him up */
-    vlc_cond_signal( &p_fifo->data_wait );
-
     if( p_fifo->i_depth >= MAX_PACKETS_IN_FIFO )
     {
         /* Wait for the decoder. */