From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavutil/adler32.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ffmpeg/libavutil/adler32.c') diff --git a/ffmpeg/libavutil/adler32.c b/ffmpeg/libavutil/adler32.c index bc9b9a7..579d022 100644 --- a/ffmpeg/libavutil/adler32.c +++ b/ffmpeg/libavutil/adler32.c @@ -21,6 +21,15 @@ * 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 "adler32.h" #include "common.h" -- cgit v1.2.3