Commit 00735462 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

CLOCK_FREQ is a mtime_t

parent 3df8b1ab
......@@ -42,7 +42,7 @@
* XXX the numerical value is 0 because of historical reason and will change.*/
#define VLC_TS_INVALID (0)
#define CLOCK_FREQ 1000000
#define CLOCK_FREQ INT64_C(1000000)
/* When creating or destroying threads in blocking mode, delay to poll thread
* status */
......
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