removed MAXINT64

Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 22 years ago
parent 25c4950e9b
commit 5b685a7a76
  1. 2
      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;

Loading…
Cancel
Save