summaryrefslogtreecommitdiffstats
path: root/libavutil/dynarray.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADDMichael Niedermayer2014-03-221-2/+0
| | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <[email protected]>
* lavu: add AV_DYNARRAY_ADD() macro.Nicolas George2014-03-221-0/+72
Signed-off-by: Nicolas George <[email protected]> Reviewed-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>