]> git.sesse.net Git - ffmpeg/commitdiff
buffer: drop a reference to a non-existing function from the docs
authorAnton Khirnov <anton@khirnov.net>
Sat, 9 Jan 2016 08:08:14 +0000 (09:08 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 7 Mar 2016 12:57:10 +0000 (13:57 +0100)
This function only ever existed in the draft versions of the API.

libavutil/buffer.h

index 7fc18e09bfdea53ce3bd060a9b3c8371f8c03847..46779cae9b56bf2e4f40a772d27066693689b600 100644 (file)
@@ -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);