Function rsmpeg::ffi::av_fifo_alloc_array[][src]

pub unsafe extern "C" fn av_fifo_alloc_array(
    nmemb: u32,
    size: u32
) -> *mut AVFifoBuffer
Expand description

Initialize an AVFifoBuffer. @param nmemb number of elements @param size size of the single element @return AVFifoBuffer or NULL in case of memory allocation failure