summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2010-01-27 19:11:31 +0000
committerJai Menon <jmenon86@gmail.com>2010-01-27 19:11:31 +0000
commit60402344af4b387848b6f9fdf9e85d14db97d852 (patch)
tree7227d6a943d65b31ec05d3e72005694c664a957a /ffmpeg.c
parent87fec35d8d64a138adae485796fb00b0b365934b (diff)
ffmpeg.c : Increase static limit on the maximum number of
input files. Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 159834449a..868c669e1d 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -89,7 +89,7 @@ typedef struct AVMetaDataMap {
static const OptionDef options[];
-#define MAX_FILES 20
+#define MAX_FILES 100
static const char *last_asked_format = NULL;
static AVFormatContext *input_files[MAX_FILES];