diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-08 17:59:04 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-08 17:59:04 +0000 |
commit | 5b685a7a76d184af8d4b9d213c9ba4a3c0b52542 (patch) | |
tree | 37fe89000d5ffdb4d7c7ecf561040cf757eed834 /ffmpeg.c | |
parent | 25c4950e9bf678333b6b7283c072c45811e45fca (diff) | |
download | ffmpeg-5b685a7a76d184af8d4b9d213c9ba4a3c0b52542.tar.gz |
removed MAXINT64
Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |