diff options
author | Gael Chardon <gael.ffmpeg@4now.net> | 2004-02-28 16:41:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-02-28 16:41:23 +0000 |
commit | 2a24fe4ccca0ea973a60a4c4a70f0ca42b32cb41 (patch) | |
tree | 9e8e3bead584bf2f2356bcebe2b13b0bac351d97 /libavcodec/common.h | |
parent | 853d659d6fed7903726300a0b06cbe3c73236800 (diff) | |
download | ffmpeg-2a24fe4ccca0ea973a60a4c4a70f0ca42b32cb41.tar.gz |
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
Originally committed as revision 2825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r-- | libavcodec/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index d6d5cf2851..8f88b34b57 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -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 |