[FFmpeg-devel] [PATCH 06/17] avutil/crc: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 23:03:20 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavutil/crc.c | 7 +++++++
libavutil/crc.h | 3 +++
2 files changed, 10 insertions(+)
diff --git a/libavutil/crc.c b/libavutil/crc.c
index b429fe1..834e2dc 100644
--- a/libavutil/crc.c
+++ b/libavutil/crc.c
@@ -18,6 +18,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @brief CRC32 hasher
+ * @author Michael Niedermayer
+ * @ingroup lavu_crc32
+ */
+
#include "config.h"
#include "common.h"
#include "bswap.h"
diff --git a/libavutil/crc.h b/libavutil/crc.h
index f4219ca..88f4803 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -26,6 +26,9 @@
#include "attributes.h"
/**
+ * @file
+ * Public header for libavutil CRC32 hasher
+ * @author Michael Niedermayer
* @defgroup lavu_crc32 CRC32
* @ingroup lavu_crypto
* @{
--
1.8.1.2
More information about the ffmpeg-devel
mailing list