summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-08 17:59:04 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-08-08 17:59:04 +0000
commit5b685a7a76d184af8d4b9d213c9ba4a3c0b52542 (patch)
tree37fe89000d5ffdb4d7c7ecf561040cf757eed834 /ffmpeg.c
parent25c4950e9bf678333b6b7283c072c45811e45fca (diff)
downloadffmpeg-streaming-5b685a7a76d184af8d4b9d213c9ba4a3c0b52542.zip
ffmpeg-streaming-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 6ac7b88..94abd74 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;
OpenPOWER on IntegriCloud