Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
authorAlan Curry <pacman@world.std.com>
Thu, 9 Feb 2006 00:29:35 +0000 (00:29 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 9 Feb 2006 00:29:35 +0000 (00:29 +0000)
commit7d20ebffdf3313d2194452d685072ec580edfa16
tree336bc840537193c19c44883f0eb6d8f8d0cf37f1
parent9870a7bdb897fe66bfd029ff1ba90f9b3653ecf2
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
do the opposite of what they say.
The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform
the same things.
patch by Alan Curry, pacman_at_world_dot_std_dot_com

Originally committed as revision 17564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/yuv2rgb_altivec.c