[][src]Function ffmpeg_dev::sys::ff_framequeue_peek

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

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