summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-06-14 05:42:56 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-06-15 02:22:16 +0200
commit321906d3419b9d5a33fff36fb26618fd53ea7f94 (patch)
tree2d741306d5b72b76c98226b7774234131d493eea /libavutil/crc.h
parent79d9ed4a434ed47a70872965f72adca5ce21130c (diff)
downloadffmpeg-321906d3419b9d5a33fff36fb26618fd53ea7f94.tar.gz
lavu/crc: Fix doxy group definition
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r--libavutil/crc.h10
1 files changed, 10 insertions, 0 deletions
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 <stddef.h>
#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 */