Commit 60402344 authored by Jai Menon's avatar Jai Menon

ffmpeg.c : Increase static limit on the maximum number of

input files.

Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 87fec35d
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment