Skip to content

[3.0] d3d11_deinterlace: remove duplicate D3D11_Create call

Steve Lhomme requested to merge robUx4/vlc:30-double-create into 3.0.x

It was added in 159ef80c But it was already there since 74361a31.

The order doesn't matter because we rely on D3D11_FilterHoldInstance() which already has the DLL loaded.

This fixes a leak of the DLL.

Merge request reports

Loading