Skip to content
Snippets Groups Projects
Commit c849ed8b authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files

Merge commit '328e9a15'


* commit '328e9a15':
  buffer: drop a reference to a non-existing function from the docs

Merged-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 27558679 328e9a15
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,6 @@ AVBufferPool *av_buffer_pool_init2(int size, void *opaque, ...@@ -272,7 +272,6 @@ AVBufferPool *av_buffer_pool_init2(int size, void *opaque,
* in use. * in use.
* *
* @param pool pointer to the pool to be freed. It will be set to NULL. * @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); void av_buffer_pool_uninit(AVBufferPool **pool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment