summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
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 80d2cca2b7..1ffb21102b 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -106,9 +106,7 @@ typedef struct AVChapterMap {
static const OptionDef options[];
#define MAX_FILES 100
-#if !FF_API_MAX_STREAMS
#define MAX_STREAMS 1024 /* arbitrary sanity check value */
-#endif
#define FFM_PACKET_SIZE 4096 //XXX a duplicate of the line in ffm.h