summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-01-09 09:08:14 +0100
committerAnton Khirnov <anton@khirnov.net>2016-03-07 13:57:10 +0100
commit328e9a15c568843580ff3ff490748d545f16def8 (patch)
treec50cfb9ab2cb981cf02cf57115f892d4dee074d2 /libavutil
parent7480d001312d9ba706333ec970264ed9df3f82cb (diff)
buffer: drop a reference to a non-existing function from the docs
This function only ever existed in the draft versions of the API.
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/buffer.h b/libavutil/buffer.h
index 7fc18e09bf..46779cae9b 100644
--- a/libavutil/buffer.h
+++ b/libavutil/buffer.h
@@ -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);