Doxygenize the comments for the av_free_static() function.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 19:12:40 +0000 (19:12 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 22 Feb 2007 19:12:40 +0000 (19:12 +0000)
Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index bf9fd61..b65022f 100644 (file)
@@ -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);