changeset 1127:62d13f784e01 libavformat

increase search limit in av_find_stream_info
author mru
date Tue, 20 Jun 2006 19:46:09 +0000
parents 8ba9a025a342
children 04c964e51da0
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Mon Jun 19 22:20:38 2006 +0000
+++ b/utils.c	Tue Jun 20 19:46:09 2006 +0000
@@ -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