Skip to content
Snippets Groups Projects
Commit 6e5a8d3c authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

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.
parent a27db4c3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment