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