• Rémi Denis-Courmont's avatar
    decoder: reduce lock scope and cosmetic · 0902f0d6
    Rémi Denis-Courmont authored
    p_owner->b_paused can only be written by the owner, so the owner thread
    does not need to lock to read it. (However, locking is necessary to
    write it from the owner thread, or to read it from the decoder thread.)
    0902f0d6
decoder.c 64.6 KB