Nikolay Sivov : quartz/dsoundrenderer: Remove dead method call.

Alexandre Julliard julliard at winehq.org
Fri May 15 16:55:07 CDT 2020


Module: wine
Branch: master
Commit: 033713b0ae634ac0d68c3f17a27dd5e080901507
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=033713b0ae634ac0d68c3f17a27dd5e080901507

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri May 15 20:05:41 2020 +0300

quartz/dsoundrenderer: Remove dead method call.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/quartz/dsoundrender.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/quartz/dsoundrender.c b/dlls/quartz/dsoundrender.c
index badaffb99a..8e6379da8c 100644
--- a/dlls/quartz/dsoundrender.c
+++ b/dlls/quartz/dsoundrender.c
@@ -351,8 +351,6 @@ static HRESULT WINAPI DSoundRender_DoRenderSample(struct strmbase_renderer *ifac
         tStart = tStop = -1;
     }
 
-    IMediaSample_IsDiscontinuity(pSample);
-
     if (IMediaSample_IsPreroll(pSample) == S_OK)
     {
         TRACE("Preroll!\n");




More information about the wine-cvs mailing list