From: RĂ©mi Denis-Courmont Date: Sat, 19 Dec 2009 18:26:58 +0000 (+0200) Subject: module_need: clarify b_strict X-Git-Tag: 1.1.0-ff~1893 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8568697750145045bd611b6c5860b76eaf726f5e;p=vlc module_need: clarify b_strict --- diff --git a/src/modules/modules.c b/src/modules/modules.c index fe18c9337a..5705de6b5b 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,