[FFmpeg-cvslog] lavu/mem: remove redundant comment from av_dynarray_add()

Stefano Sabatini git at videolan.org
Sat Apr 27 20:37:14 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Apr 24 23:52:39 2013 +0200| [1c1a2d1319422f7d4386b171f1c7309b66bde268] | committer: Stefano Sabatini

lavu/mem: remove redundant comment from av_dynarray_add()

The function is documented in mem.h.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c1a2d1319422f7d4386b171f1c7309b66bde268
---

 libavutil/mem.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavutil/mem.c b/libavutil/mem.c
index 860c011..687ec55 100644
--- a/libavutil/mem.c
+++ b/libavutil/mem.c
@@ -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() */



More information about the ffmpeg-cvslog mailing list