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 56b4d02..701d768 100644
--- a/libavutil/buffer.h
+++ b/libavutil/buffer.h
@@ -248,7 +248,6 @@ AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* 
(*alloc)(int size));
  * 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);
 
-- 
2.0.0

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to