Function rsmpeg::ffi::av_bprint_get_buffer[][src]

pub unsafe extern "C" fn av_bprint_get_buffer(
    buf: *mut AVBPrint,
    size: u32,
    mem: *mut *mut u8,
    actual_size: *mut u32
)
Expand description

Allocate bytes in the buffer for external use.

@param[in] buf buffer structure @param[in] size required size @param[out] mem pointer to the memory area @param[out] actual_size size of the memory area after allocation; can be larger or smaller than size