[Ffmpeg-cvslog] r8085 - trunk/libavcodec/avcodec.h

takis subversion
Thu Feb 22 20:12:40 CET 2007


Author: takis
Date: Thu Feb 22 20:12:40 2007
New Revision: 8085

Modified:
   trunk/libavcodec/avcodec.h

Log:
Doxygenize the comments for the av_free_static() function.

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Feb 22 20:12:40 2007
@@ -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);
 




More information about the ffmpeg-cvslog mailing list