[FFmpeg-cvslog] hevc_deblock: Fix compilation with nasm

Carl Eugen Hoyos git at videolan.org
Mon Feb 23 12:01:48 CET 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Feb 22 17:46:49 2015 +0000| [36a6fb989b017898041703025ef20028146675a8] | committer: Vittorio Giovara

hevc_deblock: Fix compilation with nasm

CC: libav-stable at libav.org
Bug-Id: 795
Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>

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

 libavcodec/x86/hevc_deblock.asm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm
index 45b8703..1e895f0 100644
--- a/libavcodec/x86/hevc_deblock.asm
+++ b/libavcodec/x86/hevc_deblock.asm
@@ -356,7 +356,7 @@ ALIGN 16
 %if %1 > 8
     shl             betaq, %1 - 8
 %endif
-    movd            m13, betaq
+    movd            m13, betad
     SPLATW          m13, m13, 0
     ;end beta calculations
 
@@ -620,7 +620,7 @@ ALIGN 16
     paddw           m15, m2; p1'
 
     ;beta calculations
-    movd            m10, betaq
+    movd            m10, betad
     SPLATW          m10, m10, 0
 
     movd            m13, r7d; 1dp0 + 1dp3



More information about the ffmpeg-cvslog mailing list