]> git.sesse.net Git - ffmpeg/commit
avformat: Add max_probe_packets option
authorAndriy Gelman <andriy.gelman@gmail.com>
Thu, 17 Oct 2019 14:49:20 +0000 (10:49 -0400)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 3 Nov 2019 10:52:32 +0000 (11:52 +0100)
commit5e3229df4ca86322f334bd098a9335f66ebdd649
tree323d2b60daf824630cc304635746b1983f47268f
parent33583803e107b6d532def0f9d949364b01b6ad5a
avformat: Add max_probe_packets option

Allows user to set maximum number of buffered packets when
probing a codec. It was a hard-coded parameter before this commit.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/formats.texi
libavformat/avformat.h
libavformat/internal.h
libavformat/options_table.h
libavformat/utils.c
libavformat/version.h