]> git.sesse.net Git - ffmpeg/commit
avutil: remove inline av_log2 from public API
authorMans Rullgard <mans@mansr.com>
Thu, 18 Oct 2012 17:15:38 +0000 (18:15 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 20 Oct 2012 11:28:45 +0000 (12:28 +0100)
commit8c0a3d5fe035f2d19b5815f142e145cfbedf28b3
treedf4344ead5b4b028c4bddcdc30c38862267fc813
parentf0c07be6491c850f948e2029f27f06437d128f3a
avutil: remove inline av_log2 from public API

This removes inline av_log2 and av_log2_16bit from the public API,
instead exporting them as regular functions.  In-tree code still
gets the inline and otherwise optimised variants.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/Makefile
libavutil/common.h
libavutil/intmath.h
libavutil/log2.c [new file with mode: 0644]