Function ffmpeg_sys_fframes::av_fifo_alloc
source ยท pub unsafe extern "C" fn av_fifo_alloc(
size: c_uint,
) -> *mut AVFifoBufferExpand description
Initialize an AVFifoBuffer. @param size of FIFO @return AVFifoBuffer or NULL in case of memory allocation failure