Le 24 mai 2024 09:44:50 GMT+03:00, Andreas Rheinhardt <[email protected]> a écrit : >Rémi Denis-Courmont: >> --- >> 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 > >s/rv32dsp/rv34dsp/
Good catch, will amend locally. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
