ffmpeg | branch: master | Carl Eugen Hoyos <ceho...@ag.or.at> | Wed Jul 23 00:51:29 2014 +0200| [c75fdee747179e21e3cc137b2565ba911b17f9c5] | committer: Carl Eugen Hoyos
avcodec/x86/hevc_deblock: Fix compilation with nasm. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c75fdee747179e21e3cc137b2565ba911b17f9c5 --- 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 395b20e..b263dca 100644 --- a/libavcodec/x86/hevc_deblock.asm +++ b/libavcodec/x86/hevc_deblock.asm @@ -355,7 +355,7 @@ ALIGN 16 %if %1 > 8 shl betaq, %1 - 8 %endif - movd m13, betaq + movd m13, betad SPLATW m13, m13, 0 ;end beta calculations @@ -619,7 +619,7 @@ ALIGN 16 paddw m15, m2; p1' ;beta calculations - movd m10, betaq + movd m10, betad SPLATW m10, m10, 0 movd m13, r7d; 1dp0 + 1dp3 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog