diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-08 12:12:50 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-09 09:25:59 -0400 |
commit | a27db4c349574d44c581fa484f03fb1ee816aaf9 (patch) | |
tree | cede0b8536a5a2dd6636e72473185a00239d8fe2 /cmdutils.c | |
parent | a71bcd1a7f66e210971c44452dc4cdae7bdbd98a (diff) | |
download | ffmpeg-a27db4c349574d44c581fa484f03fb1ee816aaf9.tar.gz |
swscale: fix function declaration keywords in x86/swscale_template.c.
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.
Diffstat (limited to 'cmdutils.c')
0 files changed, 0 insertions, 0 deletions