Skip to content
Snippets Groups Projects
Commit 7a5815af authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
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 1901c5de
No related branches found
No related tags found
1 merge request!5067decoder: lock ModuleThread_PlaySpu()
Pipeline #448575 passed with stages
in 30 minutes and 18 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