From 321906d3419b9d5a33fff36fb26618fd53ea7f94 Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 14 Jun 2013 05:42:56 -0300 Subject: lavu/crc: Fix doxy group definition Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- libavutil/crc.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libavutil/crc.h') diff --git a/libavutil/crc.h b/libavutil/crc.h index 2bdfca8274..1bb0cc76e2 100644 --- a/libavutil/crc.h +++ b/libavutil/crc.h @@ -25,6 +25,12 @@ #include #include "attributes.h" +/** + * @defgroup lavu_crc32 CRC32 + * @ingroup lavu_crypto + * @{ + */ + typedef uint32_t AVCRC; typedef enum { @@ -71,4 +77,8 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id); uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length) av_pure; +/** + * @} + */ + #endif /* AVUTIL_CRC_H */ -- cgit v1.2.3