[vlc-commits] D3D11: update comment
Jean-Baptiste Kempf
git at videolan.org
Thu Aug 10 14:07:33 CEST 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 10 14:07:23 2017 +0200| [3dc600de8984e0083ee4e2f7780bd74c720fe567] | committer: Jean-Baptiste Kempf
D3D11: update comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dc600de8984e0083ee4e2f7780bd74c720fe567
---
modules/video_output/win32/direct3d11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index e6eb867ddf..a7db3960cb 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -140,7 +140,7 @@ struct vout_display_sys_t
HANDLE context_lock; /* D3D11 Context lock necessary
for hw decoding */
#endif
- IDXGISwapChain1 *dxgiswapChain; /* DXGI 1.1 swap chain */
+ IDXGISwapChain1 *dxgiswapChain; /* DXGI 1.2 swap chain */
IDXGISwapChain4 *dxgiswapChain4; /* DXGI 1.5 for HDR */
ID3D11Device *d3ddevice; /* D3D device */
ID3D11DeviceContext *d3dcontext; /* D3D context */
More information about the vlc-commits
mailing list