[FFmpeg-cvslog] lavu/adler32: Fix doxy group definition, take two
James Almer
git at videolan.org
Sun Jun 16 13:03:55 CEST 2013
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Jun 15 21:29:08 2013 -0300| [3e17eec607307ca4340f5f97d7488285b89a3b97] | committer: Michael Niedermayer
lavu/adler32: Fix doxy group definition, take two
The description if for the function, not the group.
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e17eec607307ca4340f5f97d7488285b89a3b97
---
libavutil/adler32.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavutil/adler32.h b/libavutil/adler32.h
index e4ad4a1..8c08d2b 100644
--- a/libavutil/adler32.h
+++ b/libavutil/adler32.h
@@ -28,6 +28,9 @@
* @defgroup lavu_adler32 Adler32
* @ingroup lavu_crypto
* @{
+ */
+
+/**
* Calculate the Adler32 checksum of a buffer.
*
* Passing the return value to a subsequent av_adler32_update() call
More information about the ffmpeg-cvslog
mailing list