Commit 033713b0 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

quartz/dsoundrenderer: Remove dead method call.

parent 710cc2bc
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment