mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-23 16:18:37 +08: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:
@ -108,7 +108,7 @@ int main(int argc, char **argv)
|
|||||||
FUNC(4, 2, rgb32tobgr15),
|
FUNC(4, 2, rgb32tobgr15),
|
||||||
FUNC(4, 2, rgb32tobgr16),
|
FUNC(4, 2, rgb32tobgr16),
|
||||||
FUNC(4, 3, rgb32tobgr24),
|
FUNC(4, 3, rgb32tobgr24),
|
||||||
FUNC(4, 4, rgb32tobgr32),
|
FUNC(4, 4, shuffle_bytes_2103), /* rgb32tobgr32 */
|
||||||
FUNC(0, 0, NULL)
|
FUNC(0, 0, NULL)
|
||||||
};
|
};
|
||||||
int width;
|
int width;
|
||||||
|
Reference in New Issue
Block a user