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