OSDN Git Service

swscale: fix function declarations in swscale.c.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 8 Jun 2011 16:31:11 +0000 (12:31 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 9 Jun 2011 13:25:59 +0000 (09:25 -0400)
commit6e5a8d3c9affbb242e39cea29bd44003361504d4
treefa96fa7c0b88be23c59cf2f7c5417e4a969f88f1
parenta27db4c349574d44c581fa484f03fb1ee816aaf9
swscale: fix function declarations in swscale.c.

Remove inline keyword from functions that are never inlined.
Use av_always_inline for functions that should be force-inlined
for performance reasons. Use av_cold for init functions.
libswscale/swscale.c