mirror of https://github.com/FFmpeg/FFmpeg.git
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>
pull/3/merge
parent
27b7459b8d
commit
57151f8674
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue