[FFmpeg-cvslog] doc/fftools-common-opts: document max_alloc

Gyan Doshi git at videolan.org
Sat Jan 23 11:31:30 EET 2021


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Sat Jan 23 15:17:07 2021 +0530| [c52ced7ca25d85bbc94bd4283eba8f0ccdc6525e] | committer: Gyan Doshi

doc/fftools-common-opts: document max_alloc

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c52ced7ca25d85bbc94bd4283eba8f0ccdc6525e
---

 doc/fftools-common-opts.texi | 6 ++++++
 1 file changed, 6 insertions(+)

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
+
+ at 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



More information about the ffmpeg-cvslog mailing list