[FFmpeg-cvslog] r10893 - trunk/libavutil/mem.h
gpoirier
subversion
Thu Nov 1 12:51:51 CET 2007
Author: gpoirier
Date: Thu Nov 1 12:51:51 2007
New Revision: 10893
Log:
doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it %
Modified:
trunk/libavutil/mem.h
Modified: trunk/libavutil/mem.h
==============================================================================
--- trunk/libavutil/mem.h (original)
+++ trunk/libavutil/mem.h Thu Nov 1 12:51:51 2007
@@ -48,8 +48,8 @@ void *av_realloc(void *ptr, unsigned int
/**
* Free memory which has been allocated with av_malloc(z)() or av_realloc().
- * NOTE: ptr = NULL is explicitly allowed.
- * Note2: It is recommended that you use av_freep() instead.
+ * @note ptr = NULL is explicitly allowed.
+ * @note It is recommended that you use av_freep() instead.
*/
void av_free(void *ptr);
@@ -65,7 +65,7 @@ char *av_strdup(const char *s);
/**
* Free memory and set the pointer to NULL.
- * @param ptr pointer to the pointer which should be freed.
+ * @param ptr Pointer to the pointer which should be freed.
*/
void av_freep(void *ptr);
More information about the ffmpeg-cvslog
mailing list