Skip to content
Snippets Groups Projects
Commit 0902f0d6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

decoder: reduce lock scope and cosmetic

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.)
parent a308b7a1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment