mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-26 00:31:12 +00:00
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:
parent
87fec35d8d
commit
60402344af
2
ffmpeg.c
2
ffmpeg.c
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user