diff avcodec.h @ 1840:0287241a0c18 libavcodec

int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
author michael
date Sat, 28 Feb 2004 16:41:23 +0000
parents a4d9e8b4e2f8
children c72589baee53
line wrap: on
line diff
--- a/avcodec.h	Sat Feb 28 15:03:53 2004 +0000
+++ b/avcodec.h	Sat Feb 28 16:41:23 2004 +0000
@@ -26,7 +26,7 @@
 #define AV_TOSTRING(s) #s
 #define LIBAVCODEC_IDENT	"FFmpeg" LIBAVCODEC_VERSION "b" AV_STRINGIFY(LIBAVCODEC_BUILD)
 
-#define AV_NOPTS_VALUE 0x8000000000000000LL
+#define AV_NOPTS_VALUE int64_t_C(0x8000000000000000)
 #define AV_TIME_BASE 1000000
 
 enum CodecID {