ffmpeg | branch: master | Anton Khirnov <an...@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); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog