]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_subpictures.c
vlc_mutex_init: remove unused paramter
[vlc] / src / video_output / vout_subpictures.c
index 8f58dad36cb384401d102f9359fa205cc92accc6..b76de98ce166fff379bb32c33ea749374d4824dd 100644 (file)
@@ -94,7 +94,7 @@ spu_t *__spu_Create( vlc_object_t *p_this )
     /* Register the default subpicture channel */
     p_spu->i_channel = 2;
 
-    vlc_mutex_init( p_this, &p_spu->subpicture_lock );
+    vlc_mutex_init( &p_spu->subpicture_lock );
 
     vlc_object_attach( p_spu, p_this );