[FFmpeg-cvslog] lavf/utils: remove some left-over cruft from the 32-bit size fields
Hendrik Leppkes
git at videolan.org
Thu Sep 17 16:56:50 CEST 2015
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Thu Sep 17 16:54:00 2015 +0200| [3a8e4477124b3c790ce430c1fa9878c278996574] | committer: Hendrik Leppkes
lavf/utils: remove some left-over cruft from the 32-bit size fields
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a8e4477124b3c790ce430c1fa9878c278996574
---
libavformat/utils.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index b1f95ff..199e80b 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);
More information about the ffmpeg-cvslog
mailing list