[vlc-commits] [Git][videolan/vlc][3.0.x] direct3d11: mark winrt pointer options as volatile
    Jean-Baptiste Kempf (@jbk) 
    gitlab at videolan.org
       
    Tue Feb 14 16:41:59 UTC 2023
    
    
  
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
42433866 by Steve Lhomme at 2023-02-13T17:28:11+01:00
direct3d11: mark winrt pointer options as volatile
It makes them private and hidden from the user.
Fixes #27615
- - - - -
1 changed file:
- modules/video_output/win32/direct3d11.c
Changes:
=====================================
modules/video_output/win32/direct3d11.c
=====================================
@@ -79,7 +79,9 @@ vlc_module_begin ()
     add_bool("direct3d11-hw-blending", true, HW_BLENDING_TEXT, HW_BLENDING_LONGTEXT, true)
 
     add_integer("winrt-d3dcontext",    0x0, NULL, NULL, true) /* ID3D11DeviceContext* */
+        change_volatile()
     add_integer("winrt-swapchain",     0x0, NULL, NULL, true) /* IDXGISwapChain1*     */
+        change_volatile()
 
     set_capability("vout display", 300)
     add_shortcut("direct3d11")
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/424338663580e15e5deddc75353892823ed64a6a
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/424338663580e15e5deddc75353892823ed64a6a
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list