[FFmpeg-cvslog] r21483 - trunk/ffmpeg.c

jai_menon subversion
Wed Jan 27 20:11:31 CET 2010


Author: jai_menon
Date: Wed Jan 27 20:11:31 2010
New Revision: 21483

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

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	Wed Jan 27 18:38:53 2010	(r21482)
+++ trunk/ffmpeg.c	Wed Jan 27 20:11:31 2010	(r21483)
@@ -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];



More information about the ffmpeg-cvslog mailing list