Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Sep 2008 16:39:56 +0000 (16:39 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Sep 2008 16:39:56 +0000 (16:39 +0000)
commit6b79dbce0c7529199ce1c6cc7d552d43146362cc
tree0a35510d19fa63d5bf2feb1c836c05383acb6006
parentba83d862993188862c38c7c9790f574e7b0f2b25
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
with 16bit signed constants (like SIMD might use).

Originally committed as revision 27568 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c
libswscale/swscale_template.c