From af8a47905a3fa349a68841fac76b461b305c5efe Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Sun, 28 Apr 2013 22:23:45 -0400 Subject: [PATCH] avutil: doxy: Small clarification for av_buffer_create() Explicitly saying it can't hurt. Signed-off-by: Derek Buitenhuis --- libavutil/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/buffer.h b/libavutil/buffer.h index e348c6e019..56b4d020e5 100644 --- a/libavutil/buffer.h +++ b/libavutil/buffer.h @@ -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_* *