You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
buffer: drop a reference to a non-existing function from the docs
This function only ever existed in the draft versions of the API.
This commit is contained in:
@@ -265,7 +265,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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user