[vlc-devel] [PATCH] real video codec

Remi Denis-Courmont rdenis at simphalempin.com
Fri May 30 08:50:32 CEST 2008


On Fri, 30 May 2008 14:24:09 +0800, Wang Bo <silencewang at msn.com> wrote:
> +    var_Get( p_dec->p_libvlc, "rm_mutex", &lockval );
> +    vlc_mutex_lock( lockval.p_address );

You should probably use vlc_AcquireMutex to get a process-wide mutex,
instead.
Might be that the current realaudio plugin is buggy there.

Otherwise, it looks good to me.

-- 
Rémi Denis-Courmont
http://www.remlab.net




More information about the vlc-devel mailing list