OSDN Git Service

swscale: remove if(bitexact) branch from functions.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 24 May 2011 16:30:55 +0000 (12:30 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 24 May 2011 18:50:20 +0000 (14:50 -0400)
commit1bb0f0c925d616375b3b991d9c645e170b90c0a4
treee21dd6a9f0c907c119f27d10459467a45ea5c3ff
parent566b5fbbb3753f71b60c4da491236a62232a8cf9
swscale: remove if(bitexact) branch from functions.

Instead, only set the function pointers if bitexact flag is
not set during initialization. Since a change in flags triggers
a re-init anyway, this doesn't situations where flag values
change during runtime.
libswscale/x86/swscale_template.c