[vlc-commits] direct3d11: remove stray semicolons

Steve Lhomme git at videolan.org
Wed May 29 13:35:33 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 28 09:17:08 2019 +0200| [c42d84745d050dd21077929bd5897168709e9c41] | committer: Steve Lhomme

direct3d11: remove stray semicolons

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c42d84745d050dd21077929bd5897168709e9c41
---

 modules/video_output/win32/direct3d11.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index e057f20fbd..93282a9d92 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -84,8 +84,8 @@ vlc_module_begin ()
     add_bool("direct3d11-hw-blending", true, HW_BLENDING_TEXT, HW_BLENDING_LONGTEXT, true)
 
 #if VLC_WINSTORE_APP
-    add_integer("winrt-d3dcontext",    0x0, NULL, NULL, true); /* ID3D11DeviceContext* */
-    add_integer("winrt-swapchain",     0x0, NULL, NULL, true); /* IDXGISwapChain1*     */
+    add_integer("winrt-d3dcontext",    0x0, NULL, NULL, true) /* ID3D11DeviceContext* */
+    add_integer("winrt-swapchain",     0x0, NULL, NULL, true) /* IDXGISwapChain1*     */
 #endif
 
     set_capability("vout display", 300)



More information about the vlc-commits mailing list