summaryrefslogtreecommitdiff
path: root/libavutil/dynarray.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADDSteven Liu2019-06-011-1/+1
| | | | | Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADDTimothy Gu2016-07-311-1/+1
| | | | | 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.
* fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
| | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADDMichael Niedermayer2014-03-221-2/+0
| | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: add AV_DYNARRAY_ADD() macro.Nicolas George2014-03-221-0/+72
Signed-off-by: Nicolas George <george@nsup.org> Reviewed-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>