• J
    Force inlining of avutil common routines · eb3755a5
    Jason Garrett-Glaser 提交于
    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.
    eb3755a5
common.h 10.4 KB