[Ffmpeg-cvslog] r8084 - trunk/libavcodec/avcodec.h

takis subversion
Thu Feb 22 20:11:33 CET 2007


Author: takis
Date: Thu Feb 22 20:11:33 2007
New Revision: 8084

Modified:
   trunk/libavcodec/avcodec.h

Log:
Doxygenize the comments for the av_mallocz_static() function.

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Feb 22 20:11:33 2007
@@ -2908,7 +2908,12 @@
 void av_free_static(void);
 
 /**
- * allocation of static arrays - do not use for normal allocation.
+ * Allocation of static arrays.
+ *
+ * @warning Do not use for normal allocation.
+ *
+ * @param[in] size The amount of memory you need in bytes.
+ * @return Block of memory of the requested size.
  */
 void *av_mallocz_static(unsigned int size);
 




More information about the ffmpeg-cvslog mailing list