[][src]Function ffmpeg_dev::sys::ff_frame_pool_uninit

pub unsafe extern "C" fn ff_frame_pool_uninit(pool: *mut *mut FFFramePool)

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.