]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/md5.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / md5.h
index 969202a807a64da28f748cedf06845247c57e8d4..1333ab2ddfc33853a5693a0050b4c1ae26c9a9b1 100644 (file)
 
 #include <stdint.h>
 
+/**
+ * @defgroup lavu_md5 MD5
+ * @ingroup lavu_crypto
+ * @{
+ */
+
 extern const int av_md5_size;
 
 struct AVMD5;
@@ -32,5 +38,9 @@ void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int len);
 void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
 void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len);
 
+/**
+ * @}
+ */
+
 #endif /* AVUTIL_MD5_H */