Function rsmpeg::ffi::av_fifo_drain[][src]

pub unsafe extern "C" fn av_fifo_drain(f: *mut AVFifoBuffer, size: i32)
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