mirror of https://git.ffmpeg.org/ffmpeg.git
avutil: doxy: Small clarification for av_buffer_create()
Explicitly saying it can't hurt. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
00b8e650e8
commit
af8a47905a
|
@ -121,7 +121,7 @@ AVBufferRef *av_buffer_allocz(int size);
|
|||
* If this function fails, data is left untouched.
|
||||
* @param data data array
|
||||
* @param size size of data in bytes
|
||||
* @param free a callback for freeing data
|
||||
* @param free a callback for freeing this buffer's data
|
||||
* @param opaque parameter to be passed to free
|
||||
* @param flags a combination of AV_BUFFER_FLAG_*
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue