[][src]Function stainless_ffmpeg_sys::av_fifo_alloc_array

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

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