diff options
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 2 |
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) { |