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
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