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

input files.

Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jai Menon 2010-01-27 19:11:31 +00:00
parent 87fec35d8d
commit 60402344af
1 changed files with 1 additions and 1 deletions

View File

@ -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];