d3d11: fix ID3D11Device5::CreateFence call to init fence correctly
ID3D11Device5::CreateFence expect pointer to storage to return pointer. Passing value which in our case was NULL resulted in noop.
ID3D11Device5::CreateFence expect pointer to storage to return pointer. Passing value which in our case was NULL resulted in noop.
VideoLAN code repository instance