[FFmpeg-devel] [PATCH 3/3] Force inlining of avutil common routines

Jason Garrett-Glaser darkshikari
Fri Feb 18 00:29:02 CET 2011


On Wed, Feb 16, 2011 at 11:16 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Wed, Feb 16, 2011 at 10:22:02AM -0800, Jason Garrett-Glaser wrote:
>> On some versions of gcc, these weren't always getting inlined due to hitting
>> the inline cap limit in some files. ?This is generally bad, as most of these
>> functions are smaller inlined than not.
>> ---
>> ?libavutil/arm/intmath.h | ? 14 +++++++-------
>> ?libavutil/common.h ? ? ?| ? 22 +++++++++++-----------
>> ?2 files changed, 18 insertions(+), 18 deletions(-)
>
> OK

Applied.

Jason



More information about the ffmpeg-devel mailing list