[vlc-devel] [PATCH] Workaround #3958

Laurent Aimar fenrir at elivagar.org
Sun Oct 24 17:42:10 CEST 2010


Hi,

> +static struct
> +{
> +    bool busy;
> +    vlc_mutex_t lock;
> +} entrant = { false, VLC_STATIC_MUTEX, };

 What is the reason to not simply use a lock to protect taglib use? (ie why
entrant.busy?)

-- 
fenrir




More information about the vlc-devel mailing list