mirror of https://git.ffmpeg.org/ffmpeg.git
Fix typo in Doxygen comments.
Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4258a0a32a
commit
0d8f16acf9
|
@ -357,7 +357,7 @@ char *av_strdup(const char *s);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Frees memory and sets the pointer to NULL.
|
* Frees memory and sets the pointer to NULL.
|
||||||
* @param arg pointer to the pointer which should be freed
|
* @param ptr pointer to the pointer which should be freed
|
||||||
*/
|
*/
|
||||||
void av_freep(void *ptr);
|
void av_freep(void *ptr);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue