[FFmpeg-cvslog] avutil: doxy: Small clarification for av_buffer_create()

Derek Buitenhuis git at videolan.org
Wed May 1 18:40:19 CEST 2013


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Sun Apr 28 22:23:45 2013 -0400| [af8a47905a3fa349a68841fac76b461b305c5efe] | committer: Derek Buitenhuis

avutil: doxy: Small clarification for av_buffer_create()

Explicitly saying it can't hurt.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af8a47905a3fa349a68841fac76b461b305c5efe
---

 libavutil/buffer.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/buffer.h b/libavutil/buffer.h
index e348c6e..56b4d02 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_*
  *



More information about the ffmpeg-cvslog mailing list