summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 12:25:54 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:28:38 +0200
commit761ad429680637411882552921a9d5acb6aff59e (patch)
treeba03954b8cfd4196ff5d6016d292a0d203faaf87 /ffmpeg.c
parentaad2f2f477d6804f5f79ccce55b3d7f54b00f715 (diff)
lavf: remove FF_API_MAX_STREAMS cruft
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