git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1bd5cc
)
* src/input/input_ext-plugins.c: forgot to re-lock a mutex.
author
Gildas Bazin
<gbazin@videolan.org>
Sun, 27 Jul 2003 15:49:27 +0000
(15:49 +0000)
committer
Gildas Bazin
<gbazin@videolan.org>
Sun, 27 Jul 2003 15:49:27 +0000
(15:49 +0000)
src/input/input_ext-plugins.c
patch
|
blob
|
history
diff --git
a/src/input/input_ext-plugins.c
b/src/input/input_ext-plugins.c
index
58f82e7
..
bd84bc0
100644
(file)
--- a/
src/input/input_ext-plugins.c
+++ b/
src/input/input_ext-plugins.c
@@
-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.3
4 2003/07/20 20:33:1
7 gbazin Exp $
+ * $Id: input_ext-plugins.c,v 1.3
5 2003/07/27 15:49:2
7 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 );
}
}