]> git.sesse.net Git - vlc/commitdiff
direct3d11: implement the pixel format fallback
authorSteve Lhomme <robUx4@videolabs.io>
Mon, 23 Mar 2015 14:15:47 +0000 (15:15 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 17:11:43 +0000 (18:11 +0100)
NV12 is not supported in Windows 7 [1] so we need to fallback to RGBA

1: https://msdn.microsoft.com/en-us/library/windows/desktop/bb173059%28v=vs.85%29.aspx#DXGI_FORMAT_NV12

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>

No differences found