Function ff_framequeue_take

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

Take the first frame in the queue. Must not be used with empty queues.