Skip to content
Snippets Groups Projects
Commit 9c476829 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

d3d11_tonemap: log when the TrueHDR feature is not available

That is the case for win32 builds on win64.
parent ec7bd545
No related branches found
No related tags found
1 merge request!5545[3.0] d3d11_tonemap: log when the TrueHDR feature is not available
Pipeline #479566 passed with stages
in 20 minutes and 35 seconds
...@@ -117,6 +117,7 @@ d3d11_tonemapper *D3D11_TonemapperCreate(vlc_object_t *vd, d3d11_device_t *d3d_d ...@@ -117,6 +117,7 @@ d3d11_tonemapper *D3D11_TonemapperCreate(vlc_object_t *vd, d3d11_device_t *d3d_d
if (!available) if (!available)
{ {
msg_Warn(vd, "True HDR not supported");
d3d11_device_unlock(d3d_dev); d3d11_device_unlock(d3d_dev);
goto error; goto error;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment