From d41905d539046445e1b81499ff7bd04d170c91d4 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Thu, 22 Aug 2013 20:33:35 +0000 Subject: Big merge, QSV to trunk: part 1 (tracked files). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5737 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/ports.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libhb/ports.h') diff --git a/libhb/ports.h b/libhb/ports.h index 38921300d..a87b7ebd6 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -36,7 +36,11 @@ extern void ff_cpu_cpuid(int index, int *eax, int *ebx, int *ecx, int *edx); /************************************************************************ * Utils ***********************************************************************/ +// provide time in ms uint64_t hb_get_date(); +// provide time in us +uint64_t hb_get_time_us(); + void hb_snooze( int delay ); int hb_platform_init(); #ifdef SYS_MINGW -- cgit v1.2.3