[FFmpeg-cvslog] swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422p
Matthieu Bouron
git at videolan.org
Fri Apr 1 17:29:13 CEST 2016
ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at stupeflix.com> | Thu Mar 24 17:29:39 2016 +0100| [2aec59c07cec1f29e05cc31737d8a92339734976] | committer: Matthieu Bouron
swscale/arm/yuv2rgb: remove unused store of dst + linesize in load_args_yuv422p
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2aec59c07cec1f29e05cc31737d8a92339734976
---
libswscale/arm/yuv2rgb_neon.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/libswscale/arm/yuv2rgb_neon.S b/libswscale/arm/yuv2rgb_neon.S
index aac0773..22864ec 100644
--- a/libswscale/arm/yuv2rgb_neon.S
+++ b/libswscale/arm/yuv2rgb_neon.S
@@ -171,7 +171,6 @@
ldr r10,[sp, #136] @ r10 = y_coeff
vdup.16 d0, r10 @ d0 = y_coeff
vld1.16 {d1}, [r8] @ d1 = *table
- add r11, r2, r3 @ r11 = dst + linesize (dst2)
sub r3, r3, r0, lsl #2 @ r3 = linesize - width * 4 (padding)
sub r5, r5, r0 @ r5 = linesizeY - width (paddingY)
sub r7, r7, r0, lsr #1 @ r7 = linesizeU - width / 2 (paddingU)
More information about the ffmpeg-cvslog
mailing list