mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-11 03:32:39 +00:00
doc/fftools-common-opts: document max_alloc
This commit is contained in:
parent
e73a8ecb38
commit
c52ced7ca2
@ -352,6 +352,12 @@ Possible flags for this option are:
|
|||||||
@item k8
|
@item k8
|
||||||
@end table
|
@end table
|
||||||
@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
|
@end table
|
||||||
|
|
||||||
@section AVOptions
|
@section AVOptions
|
||||||
|
Loading…
Reference in New Issue
Block a user