Function ffmpeg_sys::av_fifo_space[][src]

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

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