vout: don't wait for corrupted pictures
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