ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | Thu Sep 22 11:13:13 2022 +0300| [c9aa6164d4b7bd73f0fcc1800e4f1cc49ead9bb5] | committer: Martin Storsjö
x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windows Signed-off-by: Martin Storsjö <mar...@martin.st> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9aa6164d4b7bd73f0fcc1800e4f1cc49ead9bb5 --- libavcodec/x86/lpc.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/x86/lpc.asm b/libavcodec/x86/lpc.asm index ad74f1d8ac..731aa7e2d8 100644 --- a/libavcodec/x86/lpc.asm +++ b/libavcodec/x86/lpc.asm @@ -36,6 +36,7 @@ SECTION .text %macro APPLY_WELCH_FN 0 cglobal lpc_apply_welch_window, 3, 5, 8, data, len, out, off1, off2 + movsxdifnidn lenq, lend cmp lenq, 0 je .end cmp lenq, 2 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".