[FFmpeg-cvslog] lavu/crc: Fix doxy group definition

James Almer git at videolan.org
Sat Jun 15 03:05:08 CEST 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jun 14 05:42:56 2013 -0300| [321906d3419b9d5a33fff36fb26618fd53ea7f94] | committer: Michael Niedermayer

lavu/crc: Fix doxy group definition

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=321906d3419b9d5a33fff36fb26618fd53ea7f94
---

 libavutil/crc.h |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libavutil/crc.h b/libavutil/crc.h
index 2bdfca8..1bb0cc7 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 */



More information about the ffmpeg-cvslog mailing list