[vlc-devel] commit: CLOCK_FREQ is a mtime_t ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Jun 9 17:59:27 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 9 18:58:09 2009 +0300| [007354628308c213dac822475c03b2d890b91d06] | committer: Rémi Denis-Courmont
CLOCK_FREQ is a mtime_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=007354628308c213dac822475c03b2d890b91d06
---
include/vlc_config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_config.h b/include/vlc_config.h
index 77709e7..3998482 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -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 */
More information about the vlc-devel
mailing list