[vlc-devel] [PATCH 2/7] libvlc: handle more than 8 bits output in external D3D rendering

Steve Lhomme robux4 at ycbcr.xyz
Tue May 7 11:39:50 CEST 2019


---
 include/vlc/libvlc_media_player.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 7b55f521d0..3b117be2a4 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -608,6 +608,7 @@ typedef struct
 {
     unsigned width;                        /** rendering video width in pixel */
     unsigned height;                      /** rendering video height in pixel */
+    unsigned bitdepth;      /** rendering video bit depth in bits per channel */
 } libvlc_video_direct3d_cfg_t;
 
 typedef struct
-- 
2.17.1



More information about the vlc-devel mailing list