Function ff_frame_pool_uninit

Source
pub unsafe extern "C" fn ff_frame_pool_uninit(
    pool: *mut *mut FFFramePool,
)
Expand description

Deallocate the frame pool. It is safe to call this function while some of the allocated frame are still in use.

@param pool pointer to the frame pool to be freed. It will be set to NULL.