From 3aa682f25324d811ec284edc808eb71a46eae950 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Aug 2013 10:48:40 +0200 Subject: swscale: consistent names for arch-specific acceleration functions --- libswscale/yuv2rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/yuv2rgb.c') diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 84e3e9c50e..00af4ee836 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -565,7 +565,7 @@ SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c) else if (HAVE_VIS) t = ff_yuv2rgb_init_vis(c); else if (ARCH_BFIN) - t = ff_yuv2rgb_get_func_ptr_bfin(c); + t = ff_yuv2rgb_init_bfin(c); else if (ARCH_PPC) t = ff_yuv2rgb_init_ppc(c); -- cgit v1.2.3