]> git.sesse.net Git - ffmpeg/commit
mem: uninline av_malloc(z)_array()
authorAnton Khirnov <anton@khirnov.net>
Thu, 30 Mar 2017 15:02:39 +0000 (17:02 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 26 Apr 2017 07:05:28 +0000 (09:05 +0200)
commit04b0f0e371ff81b682274b574fb465ba4395c09f
treec7b303ca30e2ac9bfb6a946ae7ea1ed79a053a63
parent3d69dd65c6771c28d3bf4e8e53a905aa8cd01fd9
mem: uninline av_malloc(z)_array()

Inlining public functions hardcodes their implementation into the ABI,
so it should be avoided unless there is a very good reason for it. No
such reason exists in this case.
libavutil/mem.c
libavutil/mem.h