Commit af8a4790 authored by Derek Buitenhuis's avatar Derek Buitenhuis

avutil: doxy: Small clarification for av_buffer_create()

Explicitly saying it can't hurt.
Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 00b8e650
......@@ -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_*
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment