Commit 4f80f53c authored by Max Kellermann's avatar Max Kellermann

do not sleep after openAudioDevice()

After the decoder has been initialized and the audio device has been opened, don't sleep. The decoder plugin won't do anything special nor will it care to wake us up for some reason.
parent 2bf7ec4f
......@@ -455,9 +455,6 @@ static void decodeParent(void)
break;
}
notify_signal(&dc.notify);
notify_wait(&pc.notify);
if (do_pause) {
dropBufferedAudio();
closeAudioDevice();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment