[FFmpeg-cvslog] swscale/arm/yuv2rgb: fix typo

Matthieu Bouron git at videolan.org
Mon Jan 4 18:59:32 CET 2016


ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at gmail.com> | Sat Dec 26 17:45:33 2015 +0000| [44913d19457d553f1056c388be2e37748a854052] | committer: Matthieu Bouron

swscale/arm/yuv2rgb: fix typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44913d19457d553f1056c388be2e37748a854052
---

 libswscale/arm/yuv2rgb_neon.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/arm/yuv2rgb_neon.S b/libswscale/arm/yuv2rgb_neon.S
index dd00246..d497dd4 100644
--- a/libswscale/arm/yuv2rgb_neon.S
+++ b/libswscale/arm/yuv2rgb_neon.S
@@ -299,7 +299,7 @@ function ff_\ifmt\()_to_\ofmt\()_neon_\precision\(), export=1
 
     ldr                 r7, [sp, #124]                                 @ r7     = linesizeV
     sub                 r7, r7, r0, lsr #1                             @ r7     = linesizeV - width / 2 (paddingV)
-    add                 r10, r10, r7                                   @ srcU  += paddingV
+    add                 r10, r10, r7                                   @ srcV  += paddingV
 .endif
 
     subs                r1, r1, #2                                     @ height -= 2



More information about the ffmpeg-cvslog mailing list