Commit 624672fc authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

avutil/adler32: add Doxy group

Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 517afd72
...@@ -21,6 +21,15 @@ ...@@ -21,6 +21,15 @@
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*/ */
/**
* @file
* Computes the Adler-32 checksum of a data stream
*
* This is a modified version based on adler32.c from the zlib library.
* @author Mark Adler
* @ingroup lavu_adler32
*/
#include "config.h" #include "config.h"
#include "adler32.h" #include "adler32.h"
#include "common.h" #include "common.h"
......
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
#include "attributes.h" #include "attributes.h"
/** /**
* @file
* Public header for libavutil Adler32 hasher
*
* @defgroup lavu_adler32 Adler32 * @defgroup lavu_adler32 Adler32
* @ingroup lavu_crypto * @ingroup lavu_crypto
* @{ * @{
......
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