Set the maximum size that may be allocated in one block.
The value specified with this function is effective for all libavutil's @ref lavu_mem_funcs "heap management functions."
By default, the max value is defined as INT_MAX.
@param max Value to be set as the new maximum size
@warning Exercise extreme caution when using this function. Don't touch this if you do not understand the full consequence of doing so.
See Implementation
Set the maximum size that may be allocated in one block.
The value specified with this function is effective for all libavutil's @ref lavu_mem_funcs "heap management functions."
By default, the max value is defined as INT_MAX.
@param max Value to be set as the new maximum size
@warning Exercise extreme caution when using this function. Don't touch this if you do not understand the full consequence of doing so.