]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/directx.c
Do not call vlc_thread_ready with non-waiting vlc_thread_create
[vlc] / modules / audio_output / directx.c
index 00068bd657747f11a9b66d1d4e01fdd24759ae5b..265a39e7e7d867b3ceb4d56cea91641ee648ee8e 100644 (file)
@@ -1059,9 +1059,6 @@ static void* DirectSoundThread( vlc_object_t *p_this )
     /* We don't want any resampling when using S/PDIF output */
     b_sleek = p_aout->output.output.i_format == VLC_FOURCC('s','p','d','i');
 
-    /* Tell the main thread that we are ready */
-    vlc_thread_ready( p_notif );
-
     msg_Dbg( p_notif, "DirectSoundThread ready" );
 
     /* Wait here until Play() is called */