diff avcodec.h @ 4274:07625477adfa libavcodec

use the standard INT64_C() macro for 64-bit constants
author mru
date Wed, 06 Dec 2006 23:46:11 +0000
parents 73abe5df48ea
children c2bcb3056ed7
line wrap: on
line diff
--- a/avcodec.h	Wed Dec 06 17:04:23 2006 +0000
+++ b/avcodec.h	Wed Dec 06 23:46:11 2006 +0000
@@ -43,7 +43,7 @@
 
 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
 
-#define AV_NOPTS_VALUE          int64_t_C(0x8000000000000000)
+#define AV_NOPTS_VALUE          INT64_C(0x8000000000000000)
 #define AV_TIME_BASE            1000000
 #define AV_TIME_BASE_Q          (AVRational){1, AV_TIME_BASE}