Function av_fifo_freep2

pub unsafe extern "C" fn av_fifo_freep2(f: *mut *mut AVFifo)
Expand description

Free an AVFifo and reset pointer to NULL. @param f Pointer to an AVFifo to free. *f == NULL is allowed.