Function rsmpeg::ffi::av_max_alloc[][src]

pub unsafe extern "C" fn av_max_alloc(max: u64)
Expand description

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.