Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
9c476829 by Steve Lhomme at 2024-06-08T19:46:59+00:00
d3d11_tonemap: log when the TrueHDR feature is not available

That is the case for win32 builds on win64.

- - - - -


1 changed file:

- modules/video_output/win32/d3d11_tonemap.cpp


Changes:

=====================================
modules/video_output/win32/d3d11_tonemap.cpp
=====================================
@@ -117,6 +117,7 @@ d3d11_tonemapper *D3D11_TonemapperCreate(vlc_object_t *vd, 
d3d11_device_t *d3d_d
 
         if (!available)
         {
+            msg_Warn(vd, "True HDR not supported");
             d3d11_device_unlock(d3d_dev);
             goto error;
         }



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9c4768291ee0ce8e29fdadf3e05cbde2714bbe0c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9c4768291ee0ce8e29fdadf3e05cbde2714bbe0c
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to