[FFmpeg-cvslog] buffer: drop a reference to a non-existing function from the docs

Anton Khirnov git at videolan.org
Wed Apr 13 18:27:11 CEST 2016


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jan  9 09:08:14 2016 +0100| [328e9a15c568843580ff3ff490748d545f16def8] | committer: Anton Khirnov

buffer: drop a reference to a non-existing function from the docs

This function only ever existed in the draft versions of the API.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=328e9a15c568843580ff3ff490748d545f16def8
---

 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);
 



More information about the ffmpeg-cvslog mailing list