diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-09 09:08:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-07 13:57:10 +0100 |
commit | 328e9a15c568843580ff3ff490748d545f16def8 (patch) | |
tree | c50cfb9ab2cb981cf02cf57115f892d4dee074d2 | |
parent | 7480d001312d9ba706333ec970264ed9df3f82cb (diff) | |
download | ffmpeg-328e9a15c568843580ff3ff490748d545f16def8.tar.gz |
buffer: drop a reference to a non-existing function from the docs
This function only ever existed in the draft versions of the API.
-rw-r--r-- | libavutil/buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/buffer.h b/libavutil/buffer.h index 7fc18e09bf..46779cae9b 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); |