Commit 869a69af authored by gpoirier's avatar gpoirier

doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it %


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10893 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a86376a
...@@ -48,8 +48,8 @@ void *av_realloc(void *ptr, unsigned int size); ...@@ -48,8 +48,8 @@ void *av_realloc(void *ptr, unsigned int size);
/** /**
* Free memory which has been allocated with av_malloc(z)() or av_realloc(). * Free memory which has been allocated with av_malloc(z)() or av_realloc().
* NOTE: ptr = NULL is explicitly allowed. * @note ptr = NULL is explicitly allowed.
* Note2: It is recommended that you use av_freep() instead. * @note It is recommended that you use av_freep() instead.
*/ */
void av_free(void *ptr); void av_free(void *ptr);
...@@ -65,7 +65,7 @@ char *av_strdup(const char *s); ...@@ -65,7 +65,7 @@ char *av_strdup(const char *s);
/** /**
* Free memory and set the pointer to NULL. * 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); void av_freep(void *ptr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment