diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-01-27 19:11:31 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-01-27 19:11:31 +0000 |
commit | 60402344af4b387848b6f9fdf9e85d14db97d852 (patch) | |
tree | 7227d6a943d65b31ec05d3e72005694c664a957a /ffmpeg.c | |
parent | 87fec35d8d64a138adae485796fb00b0b365934b (diff) | |
download | ffmpeg-60402344af4b387848b6f9fdf9e85d14db97d852.tar.gz |
ffmpeg.c : Increase static limit on the maximum number of
input files.
Originally committed as revision 21483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |