]> git.sesse.net Git - vlc/blobdiff - modules/access/rtmp/access.c
vlc_cond_init: really remove useless parameter
[vlc] / modules / access / rtmp / access.c
index bee0c1b25e6768b00dc1feaf517d72af90dc3ece..4f16262410741312d2cbab25e69306fed085dae9 100644 (file)
@@ -157,7 +157,7 @@ static int Open( vlc_object_t *p_this )
 
     p_sys->p_thread->p_base_object = p_this;
 
-    vlc_cond_init( p_sys->p_thread, &p_sys->p_thread->wait );
+    vlc_cond_init( &p_sys->p_thread->wait );
 
     vlc_mutex_init( &p_sys->p_thread->lock );