[Ffmpeg-cvslog] r5505 - trunk/libavformat/utils.c

mru subversion
Tue Jun 20 21:46:09 CEST 2006


Author: mru
Date: Tue Jun 20 21:46:09 2006
New Revision: 5505

Modified:
   trunk/libavformat/utils.c

Log:
increase search limit in av_find_stream_info


Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Tue Jun 20 21:46:09 2006
@@ -1846,7 +1846,7 @@
 #define MAX_READ_SIZE        5000000
 
 /* maximum duration until we stop analysing the stream */
-#define MAX_STREAM_DURATION  ((int)(AV_TIME_BASE * 2.0))
+#define MAX_STREAM_DURATION  ((int)(AV_TIME_BASE * 3.0))
 
 /**
  * Read the beginning of a media file to get stream information. This




More information about the ffmpeg-cvslog mailing list