]> git.sesse.net Git - vlc/commitdiff
* src/input/input_ext-plugins.c: forgot to re-lock a mutex.
authorGildas Bazin <gbazin@videolan.org>
Sun, 27 Jul 2003 15:49:27 +0000 (15:49 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 27 Jul 2003 15:49:27 +0000 (15:49 +0000)
src/input/input_ext-plugins.c

index 58f82e7ec971072f023c52c365c1cc243e357725..bd84bc0952f6571b4b67ef5f97cc342d14d6d5bb 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-plugins.c: useful functions for access and demux plug-ins
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: input_ext-plugins.c,v 1.34 2003/07/20 20:33:17 gbazin Exp $
+ * $Id: input_ext-plugins.c,v 1.35 2003/07/27 15:49:27 gbazin Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -503,6 +503,7 @@ ssize_t input_FillBuffer( input_thread_t * p_input )
             {
                 return -1;
             }
+            vlc_mutex_lock( &p_input->p_method_data->lock );
         }
     }