Skip to content
Snippets Groups Projects
Commit 8905a808 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

decoder: lock ModuleThread_PlaySpu()

ModuleThread_PlayAudio() and ModuleThread_PlayVideo() are called with
the lock held. There is no reason to not hold it for Spu. This avoid an
useless Lock() + Unlock().

vout_PutSubpicture() will now be called with the lock held.
parent dfd6d83e
No related branches found
No related tags found
No related merge requests found
Pipeline #447673 passed with stage
in 58 minutes and 48 seconds
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