summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-22 19:12:40 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-02-22 19:12:40 +0000
commit8079a686c3ac6809e455bf710b09a3ce2ae7774d (patch)
tree5bc8ebd818599b58e501782f8e01f882b3b14ab2 /libavcodec/avcodec.h
parent9c5cb112caddfa80707489c45fafadec2a1d7ce7 (diff)
Doxygenize the comments for the av_free_static() function.
Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bf9fd61175..b65022f1a1 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2902,8 +2902,8 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
/* for static data only */
/**
- * free all static arrays and reset pointers to 0.
- * call av_free_static to release all staticaly allocated tables
+ * Frees all static arrays and reset their pointers to 0.
+ * Call this function to release all statically allocated tables.
*/
void av_free_static(void);