summaryrefslogtreecommitdiff
path: root/doc/formats.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-11-18 17:00:30 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-08 18:25:30 +0100
commit1296f844955e513d19051c962656f829479d4fb9 (patch)
treebbac8b6e416a390ba20b876c5fc21f7ba018ea44 /doc/formats.texi
parentda5c8284c02c4ccc3596bc52d54a10166708094f (diff)
avformat: Add max_streams option
This allows user apps to stop OOM due to excessive number of streams Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r--doc/formats.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/formats.texi b/doc/formats.texi
index 87704afb6c..c51d4086db 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -209,6 +209,10 @@ For example to separate the fields with newlines and indention:
ffprobe -dump_separator "
" -i ~/videos/matrixbench_mpeg2.mpg
@end example
+
+@item max_streams @var{integer} (@emph{input})
+Specifies the maximum number of streams. This can be used to reject files that
+would require too many resources due to a large number of streams.
@end table
@c man end FORMAT OPTIONS