Re: [FFmpeg-devel] [PATCH] dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADD

2016-07-31 Thread Timothy Gu
On Fri, Jul 29, 2016 at 10:18 PM Timothy Gu wrote: > The header is not installed and the macro isn't used outside libavutil, > so it is obviously privat to libavutil. Make the name reflect that. > --- > libavutil/dynarray.h | 2 +- > libavutil/mem.c | 6 +++--- > 2 files changed, 4 insertio

[FFmpeg-devel] [PATCH] dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADD

2016-07-29 Thread Timothy Gu
The header is not installed and the macro isn't used outside libavutil, so it is obviously privat to libavutil. Make the name reflect that. --- libavutil/dynarray.h | 2 +- libavutil/mem.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavutil/dynarray.h b/libavu