From 5b685a7a76d184af8d4b9d213c9ba4a3c0b52542 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Fri, 8 Aug 2003 17:59:04 +0000 Subject: [PATCH] removed MAXINT64 Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 6ac7b88b99..94abd74948 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -46,8 +46,6 @@ #define INFINITY HUGE_VAL #endif -#define MAXINT64 int64_t_C(0x7fffffffffffffff) - /* select an input stream for an output stream */ typedef struct AVStreamMap { int file_index;