summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-27 19:23:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-27 19:23:46 +0100
commitae20682f6b0e8bb803bae2c82f4025642a9bba2e (patch)
tree814138f5a3ed1766d70e42f3eb6fddcebb34fe27 /libswscale/swscale.c
parent4d00860ac79780cd6f8154f14666ddc437f0499c (diff)
swscale: Add prefix to updateMMXDitherTables()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 6e47a92ac7..91bfe180a9 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -522,7 +522,7 @@ static int swscale(SwsContext *c, const uint8_t *src[],
break; // we can't output a dstY line so let's try with the next slice
#if HAVE_MMX_INLINE
- updateMMXDitherTables(c, dstY, lumBufIndex, chrBufIndex,
+ ff_updateMMXDitherTables(c, dstY, lumBufIndex, chrBufIndex,
lastInLumBuf, lastInChrBuf);
#endif
if (should_dither) {