Commit 51af37a4 authored by jai_menon's avatar jai_menon

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

input files.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d3417c4
...@@ -89,7 +89,7 @@ typedef struct AVMetaDataMap { ...@@ -89,7 +89,7 @@ typedef struct AVMetaDataMap {
static const OptionDef options[]; static const OptionDef options[];
#define MAX_FILES 20 #define MAX_FILES 100
static const char *last_asked_format = NULL; static const char *last_asked_format = NULL;
static AVFormatContext *input_files[MAX_FILES]; 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