From 328e9a15c568843580ff3ff490748d545f16def8 Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sat, 9 Jan 2016 09:08:14 +0100
Subject: [PATCH] buffer: drop a reference to a non-existing function from the
 docs

This function only ever existed in the draft versions of the API.
---
 libavutil/buffer.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavutil/buffer.h b/libavutil/buffer.h
index 7fc18e09bfd..46779cae9b5 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);
 
-- 
GitLab