X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fcrc.h;h=1bb0cc76e2bba6c319adab41b6dd2433d4fdf453;hb=cc61ef0479f07ddb9f22cbf3fa9ca28d6fd0cf72;hp=2bdfca8274978ddb5dc644ee72e4234caba887bc;hpb=f556f27d298ab685842b5bc33142f15611e89291;p=ffmpeg diff --git a/libavutil/crc.h b/libavutil/crc.h index 2bdfca82749..1bb0cc76e2b 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 */