Skip to content

decoder: optimize locking when fetching the status

Thomas Guillem requested to merge tguillem/vlc:dec-status into master

The mutex was unlocked and locked right after when vlc_input_decoder_GetStatus() was called just after vlc_input_decoder_Decode().

Merge request reports