]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/adler32.h
avformat/avio: Fix EOF handiling of ffurl_read_complete()
[ffmpeg] / libavutil / adler32.h
index e926ef6cc256ab86e5d03dead86699dc7db44787..8c08d2b8826a9cb28dc6e64d8e859cb4240662aa 100644 (file)
 #include "attributes.h"
 
 /**
+ * @defgroup lavu_adler32 Adler32
  * @ingroup lavu_crypto
+ * @{
+ */
+
+/**
  * Calculate the Adler32 checksum of a buffer.
  *
  * Passing the return value to a subsequent av_adler32_update() call
@@ -40,4 +45,8 @@
 unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
                                 unsigned int len) av_pure;
 
+/**
+ * @}
+ */
+
 #endif /* AVUTIL_ADLER32_H */