summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/mem.h')
-rw-r--r--libavutil/mem.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libavutil/mem.h b/libavutil/mem.h
index e14e8d038c..cd8490b2da 100644
--- a/libavutil/mem.h
+++ b/libavutil/mem.h
@@ -29,6 +29,12 @@
#include "attributes.h"
#include "avutil.h"
+/**
+ * @addtogroup lavu_mem
+ * @{
+ */
+
+
#if defined(__ICC) && _ICC < 1200 || defined(__SUNPRO_C)
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
#define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v
@@ -123,4 +129,8 @@ char *av_strdup(const char *s) av_malloc_attrib;
*/
void av_freep(void *ptr);
+/**
+ * @}
+ */
+
#endif /* AVUTIL_MEM_H */