[vlc-devel] commit: module_need: clarify b_strict ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Dec 20 00:08:38 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Dec 19 20:26:58 2009 +0200| [8568697750145045bd611b6c5860b76eaf726f5e] | committer: Rémi Denis-Courmont
module_need: clarify b_strict
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8568697750145045bd611b6c5860b76eaf726f5e
---
src/modules/modules.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/modules/modules.c b/src/modules/modules.c
index fe18c93..5705de6 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -400,7 +400,8 @@ static int modulecmp (const void *a, const void *b)
* \param p_this the vlc object
* \param psz_capability list of capabilities needed
* \param psz_name name of the module asked
- * \param b_strict TRUE yto use the strict mode
+ * \param b_strict if true, do not fallback to plugin with a different name
+ * but the same capability
* \return the module or NULL in case of a failure
*/
module_t * __module_need( vlc_object_t *p_this, const char *psz_capability,
More information about the vlc-devel
mailing list