Commit 8079a686 authored by Panagiotis Issaris's avatar Panagiotis Issaris

Doxygenize the comments for the av_free_static() function.

Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9c5cb112
...@@ -2902,8 +2902,8 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size); ...@@ -2902,8 +2902,8 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
/* for static data only */ /* for static data only */
/** /**
* free all static arrays and reset pointers to 0. * Frees all static arrays and reset their pointers to 0.
* call av_free_static to release all staticaly allocated tables * Call this function to release all statically allocated tables.
*/ */
void av_free_static(void); void av_free_static(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment