diff avcodec.h @ 4573:58afae0471ae libavcodec

Doxygenize the comments for the av_free_static() function.
author takis
date Thu, 22 Feb 2007 19:12:40 +0000
parents 669df346003b
children a9388782b9b0
line wrap: on
line diff
--- a/avcodec.h	Thu Feb 22 19:11:33 2007 +0000
+++ b/avcodec.h	Thu Feb 22 19:12:40 2007 +0000
@@ -2902,8 +2902,8 @@
 /* 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);