Explicitly saying it can't hurt. Signed-off-by: Derek Buitenhuis <[email protected]> --- 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_* * -- 1.7.10.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
