summaryrefslogtreecommitdiff
path: root/libavcodec/x86/v210.asm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-05-03 01:08:34 -0300
committerJames Almer <jamrial@gmail.com>2019-05-03 01:08:34 -0300
commitb0e29357ba823f263526a3e6bd499430a91ea760 (patch)
treed2e926171ea397d8e2483d9c04f50ae50e63fa90 /libavcodec/x86/v210.asm
parentf60ddb7310723a9472593b7c285a3e720f701c2e (diff)
x86/v210dec: remove duplicate load instruction
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/v210.asm')
-rw-r--r--libavcodec/x86/v210.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/v210.asm b/libavcodec/x86/v210.asm
index 65bc61e780..5a71ba41b2 100644
--- a/libavcodec/x86/v210.asm
+++ b/libavcodec/x86/v210.asm
@@ -47,7 +47,6 @@ cglobal v210_planar_unpack_%1, 5, 5, 8
neg r4
VBROADCASTI128 m3, [v210_mult]
- VBROADCASTI128 m5, [v210_chroma_shuf]
%if cpuflag(avx2)
VBROADCASTI128 m4, [v210_luma_shuf_avx2]