Skip to content
Snippets Groups Projects
Commit c10824ea authored by Måns Rullgård's avatar Måns Rullgård
Browse files

increase search limit in av_find_stream_info

Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 47261113
No related branches found
No related tags found
No related merge requests found
......@@ -1846,7 +1846,7 @@ static int try_decode_frame(AVStream *st, const uint8_t *data, int size)
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment