summaryrefslogtreecommitdiff
path: root/libswscale/x86
diff options
context:
space:
mode:
authorRuiling Song <ruiling.song@intel.com>2020-04-01 15:32:15 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2020-04-03 00:58:07 +0200
commit4700f7d6fce3ae3fcce86e069edf16b6cbae614b (patch)
tree8e4eb9583ca7c2563cce8f440848289c87676a9e /libswscale/x86
parent9f567c431eb49e5cd4399f54de433422f5b9b9c4 (diff)
downloadffmpeg-4700f7d6fce3ae3fcce86e069edf16b6cbae614b.tar.gz
swscale/swscale: remove useless code
Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/x86')
-rw-r--r--libswscale/x86/swscale.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libswscale/x86/swscale.c b/libswscale/x86/swscale.c
index e9d474a1e8..61110839ee 100644
--- a/libswscale/x86/swscale.c
+++ b/libswscale/x86/swscale.c
@@ -79,8 +79,7 @@ DECLARE_ASM_ALIGNED(8, const uint64_t, ff_w1111) = 0x0001000100010001ULL;
#include "swscale_template.c"
#endif
-void ff_updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufIndex,
- int lastInLumBuf, int lastInChrBuf)
+void ff_updateMMXDitherTables(SwsContext *c, int dstY)
{
const int dstH= c->dstH;
const int flags= c->flags;