]> git.sesse.net Git - ffmpeg/commitdiff
x86/v210dec: remove duplicate load instruction
authorJames Almer <jamrial@gmail.com>
Fri, 3 May 2019 04:08:34 +0000 (01:08 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 3 May 2019 04:08:34 +0000 (01:08 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/x86/v210.asm

index 65bc61e780be181455ebcf53aa330617fb05c2db..5a71ba41b266f71a77650bf29a07fbce5bfd15ca 100644 (file)
@@ -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]