Commit 69504561 authored by michael's avatar michael

int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58950d18
......@@ -26,7 +26,7 @@ extern "C" {
#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 {
......
......@@ -102,7 +102,7 @@ extern const struct AVOption avoptions_workaround_bug[11];
#endif /* HAVE_INTTYPES_H */
#ifndef INT64_MAX
#define INT64_MAX 9223372036854775807LL
#define INT64_MAX int64_t_C(9223372036854775807)
#endif
#ifdef EMULATE_FAST_INT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment