• Max Kellermann's avatar
    output/Source: release the mutex while the filter runs · b6004b68
    Max Kellermann authored
    The filter can take some time to finish, even more so on a weak
    machine with a saturated CPU.  By not holding the mutex during that
    time, we can reduce PlayerThread latency a lot, because that thread
    needs to synchronize a lot with all outputs.
    b6004b68
Source.cxx 5.89 KB