Commit 9a813cd3 authored by Max Kellermann's avatar Max Kellermann

output/Thread: update comment

parent 1c60c8e0
...@@ -443,8 +443,7 @@ AudioOutputControl::Task() noexcept ...@@ -443,8 +443,7 @@ AudioOutputControl::Task() noexcept
case Command::PAUSE: case Command::PAUSE:
if (!open) { if (!open) {
/* the output has failed after /* the output has failed after
audio_output_all_pause() has the PAUSE command was submitted; bail
submitted the PAUSE command; bail
out */ out */
CommandFinished(); CommandFinished();
break; break;
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
* between the decoder thread and the output thread(s): it receives * between the decoder thread and the output thread(s): it receives
* #MusicChunk objects from the decoder, optionally mixes them * #MusicChunk objects from the decoder, optionally mixes them
* (cross-fading), applies software volume, and sends them to the * (cross-fading), applies software volume, and sends them to the
* audio outputs via audio_output_all_play(). * audio outputs via PlayerOutputs::Play()
* (i.e. MultipleOutputs::Play()).
* *
* It is controlled by the main thread (the playlist code), see * It is controlled by the main thread (the playlist code), see
* Control.hxx. The playlist enqueues new songs into the player * Control.hxx. The playlist enqueues new songs into the player
......
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