[vlc-devel] commit: Fixed a comment. (Laurent Aimar )
git version control
git at videolan.org
Thu Oct 23 21:12:02 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Oct 23 21:11:21 2008 +0200| [7765d6b8e5272afdfecfa9bbf2c841e87d552cfe] | committer: Laurent Aimar
Fixed a comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7765d6b8e5272afdfecfa9bbf2c841e87d552cfe
---
src/input/decoder.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index 8bb043b..2fc0d31 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -303,7 +303,7 @@ void input_DecoderDelete( decoder_t *p_dec )
vlc_thread_join( p_dec );
/* Don't module_unneed() here because of the dll loader that wants
- * close() in the same thread than open()/decode() */
+ * close() in the same thread than decode() */
/* */
if( p_dec->p_owner->cc.b_supported )
@@ -794,7 +794,7 @@ static void *DecoderThread( vlc_object_t *p_this )
DecoderSignalBuffering( p_dec, true );
/* We do it here because of the dll loader that wants close() in the
- * same thread than open()/decode() */
+ * same thread than decode() */
module_unneed( p_dec, p_dec->p_module );
vlc_restorecancel( canc );
return NULL;
More information about the vlc-devel
mailing list