]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/common.h
Move unaltered av_freep() comments to the header file.
[ffmpeg] / libavutil / common.h
index ab69eafda2d13a209a49ece40d09341cb17ff333..60885aa15900d09e5b38cd6a8a5d82c4b1750fe6 100644 (file)
@@ -354,6 +354,11 @@ void av_free(void *ptr);
 
 void *av_mallocz(unsigned int size);
 char *av_strdup(const char *s);
+
+/**
+ * Frees memory and sets the pointer to NULL.
+ * @param arg pointer to the pointer which should be freed
+ */
 void av_freep(void *ptr);
 
 #endif /* COMMON_H */