Skip to content

decoder: cc: optimize locking and alloc error check

Thomas Guillem requested to merge tguillem/vlc:decoder-misc into master

The mutex was unlocked and locked right after when DecoderPlayCc() was called from PacketizerGetCc().

Edited by Alexandre Janniaux

Merge request reports