Changeset 57151f86 in ffmpeg

Timestamp:
Mar 19, 2012, 2:08:08 PM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
01b0ade6
Parents:
27b7459b
git-author:
Martin Storsjö <martin@martin.st> (03/19/12 12:24:04)
git-committer:
Martin Storsjö <martin@martin.st> (03/19/12 14:08:08)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.