[vlc-commits] direct3d11: fix typo from 61dbb36ebd3d58f230bfeb1c171eabe770affedd

Steve Lhomme git at videolan.org
Wed Feb 10 11:06:39 UTC 2021


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jan 22 13:15:15 2021 +0100| [779a0b4aff1ada40e17b66e88b90989414a4fbad] | committer: Steve Lhomme

direct3d11: fix typo from 61dbb36ebd3d58f230bfeb1c171eabe770affedd

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

 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 daa5a2f6c8..130cbf5f96 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -624,7 +624,7 @@ static void PreparePicture(vout_display_t *vd, picture_t *picture, subpicture_t
     if (sys->d3dcontext4)
     {
         if (sys->renderFence == UINT64_MAX)
-            sys->renderFence;
+            sys->renderFence = 0;
         else
             sys->renderFence++;
 



More information about the vlc-commits mailing list