videotoolbox: enforce restart even after error
Enforce the restart of VideoToolbox when a data / codec error happens. Usually, it was triggering a fallback (typically on avcodec) every time an error happened within the played stream, which can happen when corrupting the input stream. It was done to protect the decoder against non-playable files for which the decoder would announce the support but would not be able to decode a single frame ever. VideoToolbox seems to behave correctly on those files now so we can make it a default.
Loading
Please register or sign in to comment