On Wed, Jun 08, 2011 at 12:13:00PM -0400, Ronald S. Bultje wrote: > Remove inline keyword for functions that are only called through > their function pointers (and thus cannot be inlined); add av_cold > keyword to init function, and use av_always_inline instead of > inline for functions that must be inlined for performance reasons. > --- > libswscale/x86/swscale_template.c | 383 +++++++++++++++++++----------------- > 1 files changed, 202 insertions(+), 181 deletions(-)
looks reasonable _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
