[FFmpeg-cvslog] x86/v210dec: remove duplicate load instruction
James Almer
git at videolan.org
Fri May 3 07:35:25 EEST 2019
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri May 3 01:08:34 2019 -0300| [b0e29357ba823f263526a3e6bd499430a91ea760] | committer: James Almer
x86/v210dec: remove duplicate load instruction
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e29357ba823f263526a3e6bd499430a91ea760
---
libavcodec/x86/v210.asm | 1 -
1 file changed, 1 deletion(-)
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]
More information about the ffmpeg-cvslog
mailing list