Mercurial > libavformat.hg
diff utils.c @ 1127:62d13f784e01 libavformat
increase search limit in av_find_stream_info
| author | mru |
|---|---|
| date | Tue, 20 Jun 2006 19:46:09 +0000 |
| parents | 6992dd78ff68 |
| children | 107f90e1551b |
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
