• Max Kellermann's avatar
    decoder_api: always notify_wait() for free chunks · 7f3be96e
    Max Kellermann authored
    One of the previous patches made MPD consume 100% CPU in a busy wait:
    when the music_pipe was full, it did not wait (with notify_wait()) for
    free chunks, because a variable has a different meaning now.  Always
    pass "true" as the "wait" parameter.
    7f3be96e
decoder_api.c 7.58 KB