Browse Source

Doxygenize the comments for the av_free_static() function.

Originally committed as revision 8085 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 18 years ago
parent
commit
8079a686c3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/avcodec.h

+ 2
- 2
libavcodec/avcodec.h View File

@@ -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.
* 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); void av_free_static(void);




Loading…
Cancel
Save