Commit 4b3df746 authored by Rémi Duraffort's avatar Rémi Duraffort

relavideo: remove unused mutex variable.

parent eb6d8c3c
......@@ -373,9 +373,6 @@ static int Open( vlc_object_t *p_this )
{
decoder_t *p_dec = (decoder_t*)p_this;
/* create a mutex */
var_Create( p_this->p_libvlc, "rm_mutex", VLC_VAR_MUTEX );
switch ( p_dec->fmt_in.i_codec )
{
case VLC_CODEC_RV10:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment