Commit 328e9a15 authored by Anton Khirnov's avatar Anton Khirnov

buffer: drop a reference to a non-existing function from the docs

This function only ever existed in the draft versions of the API.
parent 7480d001
......@@ -265,7 +265,6 @@ AVBufferPool *av_buffer_pool_init2(int size, void *opaque,
* in use.
*
* @param pool pointer to the pool to be freed. It will be set to NULL.
* @see av_buffer_pool_can_uninit()
*/
void av_buffer_pool_uninit(AVBufferPool **pool);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment