From d1a43021d9198868fa7a023a30e5ee9e09a907d3 Mon Sep 17 00:00:00 2001 From: ramiro Date: Tue, 7 Dec 2010 15:27:11 +0000 Subject: [PATCH] colorspace-test: fix build rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190 git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@32676 b3059339-0415-0410-9bf9-f77b7e298cf2 --- colorspace-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorspace-test.c b/colorspace-test.c index 5a48065..50db7d0 100644 --- a/colorspace-test.c +++ b/colorspace-test.c @@ -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; -- 2.11.4.GIT