You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu/mem: remove redundant comment from av_dynarray_add()
The function is documented in mem.h.
This commit is contained in:
@@ -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() */
|
||||
|
Reference in New Issue
Block a user