Module: libav
Branch: master
Commit: 328e9a15c568843580ff3ff490748d545f16def8

Author:    Anton Khirnov <an...@khirnov.net>
Committer: Anton Khirnov <an...@khirnov.net>
Date:      Sat Jan  9 09:08:14 2016 +0100

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 7fc18e0..46779ca 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);
 

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

Reply via email to