Commit 278eb0f4 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

direct3d11: add support for subpicture chroma handling

the subpicture buffer is stored in a picture_t with a d3d_quad_t in place of picture_sys_t
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0404217d
......@@ -186,6 +186,14 @@ struct vout_display_sys_t
picture_sys_t *picsys;
vlc_fourcc_t vlcFormat;
const char *d3dPxShader;
// SPU
vlc_fourcc_t pSubpictureChromas[2];
const char *psz_rgbaPxShader;
ID3D11PixelShader *pSPUPixelShader;
DXGI_FORMAT d3dregion_format;
int d3dregion_count;
picture_t **d3dregions;
#endif
#ifdef MODULE_NAME_IS_direct3d9
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment