]> git.sesse.net Git - vlc/blobdiff - src/input/clock.c
Remove I64C as well
[vlc] / src / input / clock.c
index 6c724b82d7effdd654203c6c4479ebe65f954e09..ce3b6d0ce3708d73c6b13334fd3a19799a2fac6c 100644 (file)
@@ -75,7 +75,7 @@ static void ClockNewRef( input_clock_t * p_pgrm,
  *****************************************************************************/
 
 /* Maximum gap allowed between two CRs. */
-#define CR_MAX_GAP (I64C(2000000)*100/9)
+#define CR_MAX_GAP (INT64_C(2000000)*100/9)
 
 /* Latency introduced on DVDs with CR == 0 on chapter change - this is from
  * my dice --Meuuh */