mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
lavf/utils: remove some left-over cruft from the 32-bit size fields
This commit is contained in:
parent
655b6dcb34
commit
3a8e447712
@ -3090,10 +3090,6 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
||||
int64_t max_subtitle_analyze_duration;
|
||||
int64_t probesize = ic->probesize;
|
||||
|
||||
if (!max_analyze_duration)
|
||||
max_analyze_duration = ic->max_analyze_duration;
|
||||
if (ic->probesize)
|
||||
probesize = ic->probesize;
|
||||
flush_codecs = probesize > 0;
|
||||
|
||||
av_opt_set(ic, "skip_clear", "1", AV_OPT_SEARCH_CHILDREN);
|
||||
|
Loading…
Reference in New Issue
Block a user