Function ff_framequeue_add

Source
pub unsafe extern "C" fn ff_framequeue_add(
    fq: *mut FFFrameQueue,
    frame: *mut AVFrame,
) -> c_int
Expand description

Add a frame. @return >=0 or an AVERROR code.