[FFmpeg-devel] [PATCH] lavc/rv32dsp: remove stray load immediate

Rémi Denis-Courmont remi at remlab.net
Thu May 23 22:20:54 EEST 2024


---
 libavcodec/riscv/rv34dsp_rvv.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/riscv/rv34dsp_rvv.S b/libavcodec/riscv/rv34dsp_rvv.S
index f1f6345012..8eda01665d 100644
--- a/libavcodec/riscv/rv34dsp_rvv.S
+++ b/libavcodec/riscv/rv34dsp_rvv.S
@@ -37,7 +37,6 @@ func ff_rv34_idct_dc_add_rvv, zve32x
         vlse32.v      v0, (a0), a1
         li            t1, 169
         mul           t1, t1, a2
-        li            a2, 255
         addi          t1, t1, 512
         srai          t1, t1, 10
         vsetivli      zero, 4*4, e16, m2, ta, ma
-- 
2.45.1



More information about the ffmpeg-devel mailing list