Function ff_framequeue_peek

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

Access a frame in the queue, without removing it. The first frame is numbered 0; the designated frame must exist.