summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
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];