Nikolay Sivov : quartz/dsoundrenderer: Remove dead method call.
Module: wine Branch: master Commit: 033713b0ae634ac0d68c3f17a27dd5e080901507 URL: https://source.winehq.org/git/wine.git/?a=commit;h=033713b0ae634ac0d68c3f17a... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri May 15 20:05:41 2020 +0300 quartz/dsoundrenderer: Remove dead method call. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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");
participants (1)
-
Alexandre Julliard