]> git.sesse.net Git - vlc/blobdiff - modules/visualization/goom.c
vlc_cond_init: really remove useless parameter
[vlc] / modules / visualization / goom.c
index 8dc2f03e0d24cbc9ba744cd56121caf82bf6e530..044dea7a9c2f6a1218a49aa4e3bc7129f49207a0 100644 (file)
@@ -183,7 +183,7 @@ static int Open( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
     vlc_mutex_init( &p_thread->lock );
-    vlc_cond_init( p_filter, &p_thread->wait );
+    vlc_cond_init( &p_thread->wait );
 
     p_thread->i_blocks = 0;
     aout_DateInit( &p_thread->date, p_filter->output.i_rate );