]> git.sesse.net Git - ffmpeg/commit
avutil/avstring: Inline some tiny functions
authorHenrik Gramner <henrik@gramner.com>
Sat, 26 Sep 2015 20:27:36 +0000 (22:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 3 Oct 2015 11:45:37 +0000 (13:45 +0200)
commit2c3dbff1d89bbf8300c121c06524c014cb6e0915
tree4ee59ecc12cf45f334a7c179773d27bffb9131c6
parentf56a08559334b7eb6b3fedbc0cc741887f6067ae
avutil/avstring: Inline some tiny functions

They're short enough that inlining them actually reduces code size due to
all the overhead associated with making a function call.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavutil/avstring.c
libavutil/avstring.h