mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 11:07:41 +00:00
lavu/mem: remove redundant comment from av_dynarray_add()
The function is documented in mem.h.
This commit is contained in:
parent
9f3d873f5f
commit
1c1a2d1319
@ -229,7 +229,6 @@ char *av_strdup(const char *s)
|
||||
return ptr;
|
||||
}
|
||||
|
||||
/* add one element to a dynamic array */
|
||||
void av_dynarray_add(void *tab_ptr, int *nb_ptr, void *elem)
|
||||
{
|
||||
/* see similar ffmpeg.c:grow_array() */
|
||||
|
Loading…
Reference in New Issue
Block a user