ffmpeg | branch: master | J. Dekker <j...@itanimul.li> | Tue Jun 25 10:57:28 
2024 +0200| [e61fed8280ccf2fb9e69c8d4e1849be2dcfebd89] | committer: J. Dekker

avutil/riscv/cpu: fix __riscv_v_min_vlen typo

Signed-off-by: J. Dekker <j...@itanimul.li>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e61fed8280ccf2fb9e69c8d4e1849be2dcfebd89
---

 libavutil/riscv/cpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/riscv/cpu.h b/libavutil/riscv/cpu.h
index bb8e08aa14..191e4478c5 100644
--- a/libavutil/riscv/cpu.h
+++ b/libavutil/riscv/cpu.h
@@ -65,7 +65,7 @@ static inline size_t ff_get_rv_vlenb(void)
 static inline bool ff_rv_vlen_least(unsigned int bits)
 {
 #ifdef __riscv_v_min_vlen
-    if (bits <= __riscv_min_vlen)
+    if (bits <= __riscv_v_min_vlen)
         return true;
 #else
     /*

_______________________________________________
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".

Reply via email to