[vlc-devel] [RFC] revert Win32: always use the performance timers
Rémi Denis-Courmont
remi at remlab.net
Thu Dec 9 23:06:12 CET 2010
On Thu, 9 Dec 2010 09:24:48 +0100, XilasZ <xilasz at gmail.com> wrote:
> Would it be possible to use one timer for amd users, and the other one
for
> intel users ?
Are we sure the problem only affects AMD users? Do we have a reliably way
to check the CPU vendor? CPUID?
Otherwise, there's GetSystemTime() running at 1 kHz, or
GetSystemTimeAsFileTime() at 10 MHz (not sure if it is converted from 1 kHz
though). But I guess they will explode if the user or the NTP service
adjusts the clock.
--
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list