[FFmpeg-devel] [PATCH 1/1] riscv/h264dsp: remove spurious instruction

RĂ©mi Denis-Courmont remi at remlab.net
Sat Nov 16 14:01:45 EET 2024


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

diff --git a/libavcodec/riscv/h264dsp_rvv.S b/libavcodec/riscv/h264dsp_rvv.S
index 05d077f44e..44f6202602 100644
--- a/libavcodec/riscv/h264dsp_rvv.S
+++ b/libavcodec/riscv/h264dsp_rvv.S
@@ -288,7 +288,6 @@ func ff_h264_v_loop_filter_\type\()_8_rvv, zve32x
         vsetivli  zero, 4 * \inners, e8, \e8mul, ta, ma
         vle8.v    v11, (a0)
         sub       t2, t3, a1
-        vid.v     v0
         vle8.v    v10, (t3)
         add       t5, a0, a1
         vle8.v    v9, (t2)
-- 
2.45.2



More information about the ffmpeg-devel mailing list