Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Sep 2008 00:09:01 +0000 (00:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Sep 2008 00:09:01 +0000 (00:09 +0000)
commit85a51e6bd52d70aba110862fd5b4cfe6160ce1cd
treea0ee8c2f7904938a63aee2b13e457a0e7ec30d9c
parent5fe4aad711fe202a5cedd3205e7749f19b3e69cc
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
only affects the C code while mmx uses different tables.

Originally committed as revision 27576 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/yuv2rgb.c