Skip to content

d3d11_fmt: don't create an empty external decoder device

Steve Lhomme requested to merge robUx4/vlc:d3d11-external-fail into master

If the external code didn't provide proper devices, we should not create a decoder device. When we have a VLC_DECODER_DEVICE_D3D11VA we should assume it's a valid one.

Merge request reports