vlc | branch: master | Steve Lhomme <[email protected]> | Tue Feb 12 08:04:31 2019 +0100| [496fdea7284a8d99b5205f0e0f09d9ac0be0b405] | committer: Steve Lhomme
d3d11_fmt: update the link to the WDDM driver versioning string The old link is not available anymore > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=496fdea7284a8d99b5205f0e0f09d9ac0be0b405 --- modules/video_chroma/d3d11_fmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_chroma/d3d11_fmt.c b/modules/video_chroma/d3d11_fmt.c index 9ed7ff2cf5..be02d394d8 100644 --- a/modules/video_chroma/d3d11_fmt.c +++ b/modules/video_chroma/d3d11_fmt.c @@ -207,7 +207,7 @@ void D3D11_GetDriverVersion(vlc_object_t *obj, d3d11_device_t *d3d_dev) } int wddm, d3d_features, revision, build; - /* see https://msdn.microsoft.com/windows/hardware/commercialize/design/compatibility/device-graphics */ + /* see https://docs.microsoft.com/en-us/windows-hardware/drivers/display/wddm-2-1-features#driver-versioning */ if (_stscanf(szData, TEXT("%d.%d.%d.%d"), &wddm, &d3d_features, &revision, &build) != 4) { msg_Warn(obj, "the adapter DriverVersion '%s' doesn't match the expected format", szData); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
