- October 17, 2007
- 764
- 59
- Home Country
- Germany
AW: Re: Problems with dropping frames with EVR
Posted this a page ago
What about scheduler.cpp... If changing this part too:
ends in less dropped frames on my ION. Are there any problems in this?
Here's the DLL to match Scythe's proposal:
Code:if (*pNextSampleTime > (m_rtTimePerFrame/4)) to if (*pNextSampleTime > m_rtTimePerFrame)
Please test and report back.
Posted this a page ago
What about scheduler.cpp... If changing this part too:
Code:
if (fabs(p->pPresenter->GetDisplayCycle() - timePerFrame/20000) < 0.0015)
{
delay = hnsSampleTime[B]*3/4[/B];
}
else
{
delay = hnsSampleTime[B]*2/3[/B];
}
ends in less dropped frames on my ION. Are there any problems in this?