diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-17 16:54:00 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-17 16:54:00 +0200 |
commit | 3a8e4477124b3c790ce430c1fa9878c278996574 (patch) | |
tree | e74ff04900c8be3ca567a5d58c88a59d1c54f2c7 /libavformat/utils.c | |
parent | 655b6dcb34b25d591e15ede17673ea6cb8074711 (diff) | |
download | ffmpeg-3a8e4477124b3c790ce430c1fa9878c278996574.tar.gz |
lavf/utils: remove some left-over cruft from the 32-bit size fields
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index b1f95fff0b..199e80be8b 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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); |