]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/dshow.cpp
vlc_mutex_init: remove unused paramter
[vlc] / modules / access / dshow / dshow.cpp
index 53db60c2755b5861288e93cc7e2baf2f188b5622..f4bce976d936e62bede53514460df7f4c293edf3 100644 (file)
@@ -418,7 +418,7 @@ static int CommonOpen( vlc_object_t *p_this, access_sys_t *p_sys,
     p_sys->p_capture_graph_builder2 = NULL;
     p_sys->p_control = NULL;
 
-    vlc_mutex_init( p_this, &p_sys->lock );
+    vlc_mutex_init( &p_sys->lock );
     vlc_cond_init( p_this, &p_sys->wait );
 
     /* Build directshow graph */