summaryrefslogtreecommitdiff
path: root/libswscale/ppc
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/ppc
parentc2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19 (diff)
swscale: consistent names for arch-specific acceleration functions
Diffstat (limited to 'libswscale/ppc')
-rw-r--r--libswscale/ppc/yuv2yuv_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/ppc/yuv2yuv_altivec.c b/libswscale/ppc/yuv2yuv_altivec.c
index 9a7177bb5c..659840b939 100644
--- a/libswscale/ppc/yuv2yuv_altivec.c
+++ b/libswscale/ppc/yuv2yuv_altivec.c
@@ -183,7 +183,7 @@ static int yv12touyvy_unscaled_altivec(SwsContext *c, const uint8_t *src[],
#endif /* HAVE_ALTIVEC */
-void ff_swscale_get_unscaled_ppc(SwsContext *c)
+void ff_get_unscaled_swscale_ppc(SwsContext *c)
{
#if HAVE_ALTIVEC
if ((av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC) && !(c->srcW & 15) &&