[vlc-commits] dxgi_fmt: map DXGI_FORMAT_Y410
Steve Lhomme
git at videolan.org
Wed Oct 16 09:13:09 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Oct 15 08:36:35 2019 +0200| [bab51ad3ac2652d3781e1d565d21b1a8f24a0dbb] | committer: Steve Lhomme
dxgi_fmt: map DXGI_FORMAT_Y410
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bab51ad3ac2652d3781e1d565d21b1a8f24a0dbb
---
modules/video_chroma/dxgi_fmt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_chroma/dxgi_fmt.c b/modules/video_chroma/dxgi_fmt.c
index e1ad207a8c..bf5f31cad1 100644
--- a/modules/video_chroma/dxgi_fmt.c
+++ b/modules/video_chroma/dxgi_fmt.c
@@ -53,7 +53,7 @@ static const dxgi_format_t dxgi_formats[] = {
{ "P010", DXGI_FORMAT_P010, VLC_CODEC_P010 },
{ "P016", DXGI_FORMAT_P016, VLC_CODEC_P016 },
{ "Y210", DXGI_FORMAT_Y210, VLC_CODEC_Y210 },
- { "Y410", DXGI_FORMAT_Y410, 0 },
+ { "Y410", DXGI_FORMAT_Y410, VLC_CODEC_Y410 },
{ "NV11", DXGI_FORMAT_NV11, 0 },
{ "RGB10A2", DXGI_FORMAT_R10G10B10A2_UNORM, VLC_CODEC_RGBA10 },
{ "RGB16", DXGI_FORMAT_R16G16B16A16_UNORM, VLC_CODEC_RGBA64 },
More information about the vlc-commits
mailing list