[FFmpeg-cvslog] swscale: remove now unnecessary hack.

Ronald S. Bultje git at videolan.org
Mon Mar 5 00:28:54 CET 2012


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Thu Mar  1 20:24:58 2012 -0800| [8249a23fc1f33fa8b3c67b5cdb0050cc6d0013d6] | committer: Ronald S. Bultje

swscale: remove now unnecessary hack.

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

 libswscale/x86/output.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm
index c4daa82..4f15ec9 100644
--- a/libswscale/x86/output.asm
+++ b/libswscale/x86/output.asm
@@ -146,7 +146,7 @@ cglobal yuv2planeX_%1, %3, 7, %2, filter, fltsize, src, dst, w, dither, offset
     mova            m1, [yuv2yuvX_%1_start]
     mova            m2,  m1
 %endif ; %1 == 8/9/10/16
-    movsx     cntr_reg,  r1m ; FIXME should be fltsizem, but the assembler does the wrong thing b/c of SUB above
+    movsx     cntr_reg,  fltsizem
 .filterloop_ %+ %%i:
     ; input pixels
     mov             r6, [srcq+gprsize*cntr_reg-2*gprsize]



More information about the ffmpeg-cvslog mailing list