Skip to content

vout: don't wait for corrupted pictures

Thomas Guillem requested to merge tguillem/vlc:vout-corrupted-date into master

I tried to identify the corrupted picture in the MediaCodec module, but I was not able to.

It is possible to detect that a current picture has a date lower than the previous one in MediaCodec, but it will be too late since the corrupted picture is already pushed to the vout when we detect it.

Fixes #28339

Merge request reports