From: Anton Khirnov Date: Sat, 9 Jan 2016 08:08:14 +0000 (+0100) Subject: buffer: drop a reference to a non-existing function from the docs X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=328e9a15c568843580ff3ff490748d545f16def8;p=ffmpeg buffer: drop a reference to a non-existing function from the docs This function only ever existed in the draft versions of the API. --- 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);