mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-16 09:58:19 +00:00
avformat/utils: Increase default max_stream_analyze_duration for flv
Fixes: unknown_video.flv Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
77d03b0ebb
commit
f58e011a1f
@ -3113,7 +3113,7 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
||||
max_analyze_duration = 5*AV_TIME_BASE;
|
||||
max_subtitle_analyze_duration = 30*AV_TIME_BASE;
|
||||
if (!strcmp(ic->iformat->name, "flv"))
|
||||
max_stream_analyze_duration = 30*AV_TIME_BASE;
|
||||
max_stream_analyze_duration = 90*AV_TIME_BASE;
|
||||
}
|
||||
|
||||
if (ic->pb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user