pub unsafe extern "C" fn av_fifo_reset(f: *mut AVFifoBuffer)
Expand description

Reset the AVFifoBuffer to the state right after av_fifo_alloc, in particular it is emptied. @param f AVFifoBuffer to reset