av_buffer_pool_uninit

Mark the pool as being available for freeing. It will actually be freed only once all the allocated buffers associated with the pool are released. Thus it is safe to call this function while some of the allocated buffers are still in use.

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

extern (C) @nogc nothrow
void
av_buffer_pool_uninit

Meta