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

input files.

Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Jai Menon 15 years ago
parent 87fec35d8d
commit 60402344af
  1. 2
      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];

Loading…
Cancel
Save