Re: [FFmpeg-devel] [PATCH] avutil/mem: fix wrong comment

2016-07-18 Thread Michael Niedermayer
On Tue, Jul 19, 2016 at 12:03:19AM +0800, Zhao Zhili wrote: > --- > libavutil/mem.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No great genius has ever existed without some touch o

[FFmpeg-devel] [PATCH] avutil/mem: fix wrong comment

2016-07-18 Thread Zhao Zhili
--- libavutil/mem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/mem.h b/libavutil/mem.h index 9dd9099..ae0fae1 100644 --- a/libavutil/mem.h +++ b/libavutil/mem.h @@ -339,8 +339,8 @@ void *av_dynarray2_add(void **tab_ptr, int *nb_ptr, size_t elem_size, static