removed MAXINT64

Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-08-08 17:59:04 +00:00
parent 25c4950e9b
commit 5b685a7a76
1 changed files with 0 additions and 2 deletions

View File

@ -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;