mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
colorspace-test: fix build
rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190 Originally committed as revision 32676 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
e3c011c836
commit
b494baf0b0
@ -108,7 +108,7 @@ int main(int argc, char **argv)
|
||||
FUNC(4, 2, rgb32tobgr15),
|
||||
FUNC(4, 2, rgb32tobgr16),
|
||||
FUNC(4, 3, rgb32tobgr24),
|
||||
FUNC(4, 4, rgb32tobgr32),
|
||||
FUNC(4, 4, shuffle_bytes_2103), /* rgb32tobgr32 */
|
||||
FUNC(0, 0, NULL)
|
||||
};
|
||||
int width;
|
||||
|
Loading…
Reference in New Issue
Block a user