diff utils.c @ 1556:65b7b3ff4ed7 libavformat

use the standard INT64_C() macro for 64-bit constants
author mru
date Wed, 06 Dec 2006 23:46:11 +0000
parents 5f829140788e
children 3879e6def12f
line wrap: on
line diff
--- a/utils.c	Wed Dec 06 17:17:33 2006 +0000
+++ b/utils.c	Wed Dec 06 23:46:11 2006 +0000
@@ -2758,7 +2758,7 @@
         if (duration)
             return 0;
         else
-            return now * int64_t_C(1000000);
+            return now * INT64_C(1000000);
     }
 
     if (duration) {