summaryrefslogtreecommitdiff
path: root/libavutil/mem_internal.h
Commit message (Collapse)AuthorAge
* avutil/mem_internal: add missing header includesJames Almer2015-07-13
| | | | | | | Fixes make checkheaders Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer2015-07-13
internal.h is difficult to use due to circular dependancies mem.h is a public header ff_* is not public Alternative solutions probably are possible too Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>