]> git.nihav.org Git - nihav-player.git/commitdiff
hwdec-vaapi: small assembly fix
authorKostya Shishkov <kostya.shiskov@gmail.com>
Wed, 16 Jul 2025 03:59:59 +0000 (05:59 +0200)
committerKostya Shishkov <kostya.shiskov@gmail.com>
Wed, 16 Jul 2025 03:59:59 +0000 (05:59 +0200)
hwdec-vaapi/src/lib.rs

index 8bcfcbd2a2deebd4dbd80c22e38721b1efa78410..378289b53d2edf7e920ed8b5a4867913a7d2f539 100644 (file)
@@ -341,7 +341,7 @@ fn copy_luma(dst: &mut [u8], dstride: usize, src: &[u8], sstride: usize, w: usiz
                 sstep = in(reg) sstride - w,
                 dstep = in(reg) dstride - w,
                 w = in(reg) w,
-                h = in(reg) h,
+                h = inout(reg) h => _,
                 x = out(reg) _,
                 out("ymm0") _,
                 out("ymm1") _,