Commit 1c1a2d13 authored by Stefano Sabatini's avatar Stefano Sabatini

lavu/mem: remove redundant comment from av_dynarray_add()

The function is documented in mem.h.
parent 9f3d873f
......@@ -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() */
......
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