diff options
author | Anton Khirnov <anton@khirnov.net> | 2017-03-30 17:02:39 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-04-26 09:05:28 +0200 |
commit | 04b0f0e371ff81b682274b574fb465ba4395c09f (patch) | |
tree | c7b303ca30e2ac9bfb6a946ae7ea1ed79a053a63 /compat/msvcrt/snprintf.c | |
parent | 3d69dd65c6771c28d3bf4e8e53a905aa8cd01fd9 (diff) | |
download | ffmpeg-04b0f0e371ff81b682274b574fb465ba4395c09f.tar.gz |
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.
Diffstat (limited to 'compat/msvcrt/snprintf.c')
0 files changed, 0 insertions, 0 deletions