OSDN Git Service

swscale: change 9/10bit YUV input macros to inline functions.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 8 Jun 2011 18:50:49 +0000 (14:50 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 9 Jun 2011 13:29:03 +0000 (09:29 -0400)
commitf30ee65700cc2def6447de09c91afa3f7ecc7639
tree9855bf63b8e38d54dbbd88d5e266fa888d577fdc
parentaa39f5f6d61c8c2640dd39520419264ffa1850de
swscale: change 9/10bit YUV 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