[FFmpeg-cvslog] swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug code

Michael Niedermayer git at videolan.org
Fri May 8 00:11:40 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May  7 23:40:22 2015 +0200| [3b123353950934e12d04c5c98c98262a196dd651] | committer: Michael Niedermayer

swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug code

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libswscale/x86/hscale_fast_bilinear_simd.c b/libswscale/x86/hscale_fast_bilinear_simd.c
index 2a0068c..8184723 100644
--- a/libswscale/x86/hscale_fast_bilinear_simd.c
+++ b/libswscale/x86/hscale_fast_bilinear_simd.c
@@ -75,7 +75,6 @@ av_cold int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode,
         "add                         $8, %%"REG_a"      \n\t"
         // End
         "9:                                             \n\t"
-        // "int $3                                         \n\t"
         "lea       " LOCAL_MANGLE(0b) ", %0             \n\t"
         "lea       " LOCAL_MANGLE(1b) ", %1             \n\t"
         "lea       " LOCAL_MANGLE(2b) ", %2             \n\t"
@@ -113,7 +112,6 @@ av_cold int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode,
         "add                         $8, %%"REG_a"      \n\t"
         // End
         "9:                                             \n\t"
-        // "int                       $3                   \n\t"
         "lea       " LOCAL_MANGLE(0b) ", %0             \n\t"
         "lea       " LOCAL_MANGLE(1b) ", %1             \n\t"
         "lea       " LOCAL_MANGLE(2b) ", %2             \n\t"



More information about the ffmpeg-cvslog mailing list