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.
pub unsafe extern "C" fn ff_framequeue_take(
fq: *mut FFFrameQueue,
) -> *mut AVFrame
Take the first frame in the queue. Must not be used with empty queues.