[][src]Function ffmpeg_sys_next::av_fifo_alloc_array

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