OSDN Git Service

swscale: change 48bit RGB input macros to inline functions.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 8 Jun 2011 19:12:32 +0000 (15:12 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 9 Jun 2011 13:29:20 +0000 (09:29 -0400)
commitdbd3183935e252aaf5796638d4711cff27c75934
treed988b59812ce9f028c80041b84c9898fc8b98bb0
parentf30ee65700cc2def6447de09c91afa3f7ecc7639
swscale: change 48bit RGB input macros to inline functions.

Inline functions are slightly larger in source code, but
are easier to handle in source code editors. The binary code
generated is the same.
libswscale/swscale.c