[][src]Function stainless_ffmpeg_sys::av_fifo_space

pub unsafe extern "C" fn av_fifo_space(f: *const AVFifoBuffer) -> c_int

Return the amount of space in bytes in the AVFifoBuffer, that is the amount of data you can write into it. @param f AVFifoBuffer to write into @return size