Function av_fifo_drain

Source
pub unsafe extern "C" fn av_fifo_drain(
    f: *mut AVFifoBuffer,
    size: c_int,
)
Expand description

Read and discard the specified amount of data from an AVFifoBuffer. @param f AVFifoBuffer to read from @param size amount of data to read in bytes