]> git.sesse.net Git - vlc/blobdiff - modules/access_output/rtmp.c
vlc_cond_init: really remove useless parameter
[vlc] / modules / access_output / rtmp.c
index b6a2047529e3483b3721d4f243fe66bca959de2d..d40100708056370f02506dccb0a2e54e2b3a0b8f 100644 (file)
@@ -173,7 +173,7 @@ static int Open( vlc_object_t *p_this )
         p_sys->p_thread->rtmp_headers_send[i].body = NULL;
     }
 
-    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 );
 
     p_sys->p_thread->result_connect = 1;