summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-20 10:48:40 +0200
committerDiego Biurrun <diego@biurrun.de>2013-08-29 10:23:52 +0200
commit3aa682f25324d811ec284edc808eb71a46eae950 (patch)
tree6a2f304fc442c60cd07aec8ae1c25d6bdd6c6392 /libswscale/yuv2rgb.c
parentc2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19 (diff)
swscale: consistent names for arch-specific acceleration functions
Diffstat (limited to 'libswscale/yuv2rgb.c')
-rw-r--r--libswscale/yuv2rgb.c2
1 files changed, 1 insertions, 1 deletions
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);