# HG changeset patch # User takis # Date 1172171560 0 # Node ID 58afae0471ae3875498fe96781a25804eccec775 # Parent 669df346003be592ccc51567ca1122c64628af16 Doxygenize the comments for the av_free_static() function. diff -r 669df346003b -r 58afae0471ae avcodec.h --- 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);