diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-01-23 14:59:07 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-01-23 14:59:47 +0530 |
commit | c52ced7ca25d85bbc94bd4283eba8f0ccdc6525e (patch) | |
tree | 9c54c397e6214d3e69cd6db69cd787b10581cc59 /doc | |
parent | e73a8ecb387e8a1d73b161d106342c3fbeebcfe2 (diff) | |
download | ffmpeg-c52ced7ca25d85bbc94bd4283eba8f0ccdc6525e.tar.gz |
doc/fftools-common-opts: document max_alloc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fftools-common-opts.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index a30ddad9af..5260ecb8f3 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -352,6 +352,12 @@ Possible flags for this option are: @item k8 @end table @end table + +@item -max_alloc @var{bytes} +Set the maximum size limit for allocating a block on the heap by ffmpeg's +family of malloc functions. Exercise @strong{extreme caution} when using +this option. Don't use if you do not understand the full consequence of doing so. +Default is INT_MAX. @end table @section AVOptions |