]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/crc.h
Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790'
[ffmpeg] / libavutil / crc.h
index 2bdfca8274978ddb5dc644ee72e4234caba887bc..1bb0cc76e2bba6c319adab41b6dd2433d4fdf453 100644 (file)
 #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 */