[FFmpeg-cvslog] swscale/x86/hscale_fast_bilinear_simd: Fix variable names in comments

Michael Niedermayer git at videolan.org
Thu May 7 04:12:11 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May  7 03:57:21 2015 +0200| [21b30947f2caef424ffe7191433b43b5aac70001] | committer: Michael Niedermayer

swscale/x86/hscale_fast_bilinear_simd: Fix variable names in comments

Found-by: Nick Lewycky <nlewycky at google.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libswscale/x86/hscale_fast_bilinear_simd.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswscale/x86/hscale_fast_bilinear_simd.c b/libswscale/x86/hscale_fast_bilinear_simd.c
index 103793d..2a0068c 100644
--- a/libswscale/x86/hscale_fast_bilinear_simd.c
+++ b/libswscale/x86/hscale_fast_bilinear_simd.c
@@ -329,8 +329,8 @@ void ff_hcscale_fast_mmxext(SwsContext *c, int16_t *dst1, int16_t *dst2,
         CALL_MMXEXT_FILTER_CODE
         CALL_MMXEXT_FILTER_CODE
         "xor          %%"REG_a", %%"REG_a"  \n\t" // i
-        "mov                 %5, %%"REG_c"  \n\t" // src
-        "mov                 %6, %%"REG_D"  \n\t" // buf2
+        "mov                 %5, %%"REG_c"  \n\t" // src2
+        "mov                 %6, %%"REG_D"  \n\t" // dst2
         PREFETCH"   (%%"REG_c")             \n\t"
         PREFETCH" 32(%%"REG_c")             \n\t"
         PREFETCH" 64(%%"REG_c")             \n\t"



More information about the ffmpeg-cvslog mailing list