[Ffmpeg-cvslog] r8307 - trunk/libavutil/common.h
takis
subversion
Fri Mar 9 16:18:07 CET 2007
Author: takis
Date: Fri Mar 9 16:18:07 2007
New Revision: 8307
Modified:
trunk/libavutil/common.h
Log:
Fix typo in Doxygen comments.
Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h (original)
+++ trunk/libavutil/common.h Fri Mar 9 16:18:07 2007
@@ -357,7 +357,7 @@ char *av_strdup(const char *s);
/**
* Frees memory and sets the pointer to NULL.
- * @param arg 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