Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
4572:669df346003b | 4573:58afae0471ae |
---|---|
2900 void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size); | 2900 void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size); |
2901 | 2901 |
2902 /* for static data only */ | 2902 /* for static data only */ |
2903 | 2903 |
2904 /** | 2904 /** |
2905 * free all static arrays and reset pointers to 0. | 2905 * Frees all static arrays and reset their pointers to 0. |
2906 * call av_free_static to release all staticaly allocated tables | 2906 * Call this function to release all statically allocated tables. |
2907 */ | 2907 */ |
2908 void av_free_static(void); | 2908 void av_free_static(void); |
2909 | 2909 |
2910 /** | 2910 /** |
2911 * Allocation of static arrays. | 2911 * Allocation of static arrays. |