diff options
author | Martin Storsjö <martin@martin.st> | 2012-03-19 14:24:04 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-03-19 16:08:08 +0200 |
commit | 57151f8674f73445c5cf82b7c80e3a98b3baed33 (patch) | |
tree | 972794a163f9840023fe44a184bacd35a4d6867b /libavutil/mathematics.h | |
parent | 27b7459b8d008bcb8866e98b85a598e0beca9c22 (diff) | |
download | ffmpeg-57151f8674f73445c5cf82b7c80e3a98b3baed33.tar.gz |
libavformat: Use AVFormatContext.probesize in init_input
This was forgotten in the transition from av_open_input_file to
avformat_open_input, see 603b8bc2a1.
This doesn't change anything for the default case where the
option isn't set, since PROBE_BUF_MAX is 1048576 (which was
used as max probe size earlier) while the default value for
the probesize option is 5000000, which for the probe function
is clipped to PROBE_BUF_MAX anyway.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/mathematics.h')
0 files changed, 0 insertions, 0 deletions