[FFmpeg-cvslog] x86/h264_deblock: fix warning about trailing empty parameter
James Almer
git at videolan.org
Sun Jul 12 17:40:32 EEST 2020
ffmpeg | branch: release/4.3 | James Almer <jamrial at gmail.com> | Thu Jul 9 11:48:12 2020 -0300| [590a36acbdce1ee5905962f93a152f347d283511] | committer: James Almer
x86/h264_deblock: fix warning about trailing empty parameter
Fixes part of ticket #8771
Signed-off-by: James Almer <jamrial at gmail.com>
(cherry picked from commit 2c844c98285ca03d9cc44db920da645cf0376c40)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=590a36acbdce1ee5905962f93a152f347d283511
---
libavcodec/x86/h264_deblock.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/h264_deblock.asm b/libavcodec/x86/h264_deblock.asm
index 6702ae98d4..a2e745cd8e 100644
--- a/libavcodec/x86/h264_deblock.asm
+++ b/libavcodec/x86/h264_deblock.asm
@@ -1185,7 +1185,7 @@ cglobal deblock_h_chroma_8, 5, 7, 8, 0-16, pix_, stride_, alpha_, beta_, tc0_
STORE_8_ROWS PASS8ROWS(pix_q - 2, r5 - 2, stride_q, r6)
RET
-cglobal deblock_h_chroma422_8, 5, 7, 8, 0-16, pix_, stride_, alpha_, beta_, tc0_,
+cglobal deblock_h_chroma422_8, 5, 7, 8, 0-16, pix_, stride_, alpha_, beta_, tc0_
CHROMA_H_START_XMM r5, r6
LOAD_8_ROWS PASS8ROWS(pix_q - 2, r5 - 2, stride_q, r6)
TRANSPOSE_8x4B_XMM
More information about the ffmpeg-cvslog
mailing list