pub unsafe extern "C" fn av_fifo_alloc_array(
nmemb: usize,
size: usize,
) -> *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