aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/fmtconvert.c
diff options
context:
space:
mode:
authorRĂ©mi Denis-Courmont <remi@remlab.net>2022-09-26 17:52:43 +0300
committerLynne <dev@lynne.ee>2022-09-27 13:19:52 +0200
commit47a10b9a99130457c27b220afba7d7de4a69bb18 (patch)
tree9e3e5f139127ac93a3ae13b20f34de7c87db4890 /libavcodec/fmtconvert.c
parentf41ae62f39ad1f91a3817325fdbba7304aba4641 (diff)
downloadffmpeg-47a10b9a99130457c27b220afba7d7de4a69bb18.tar.gz
lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
Diffstat (limited to 'libavcodec/fmtconvert.c')
-rw-r--r--libavcodec/fmtconvert.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/fmtconvert.c b/libavcodec/fmtconvert.c
index cedfd61138..d889e61aca 100644
--- a/libavcodec/fmtconvert.c
+++ b/libavcodec/fmtconvert.c
@@ -52,6 +52,8 @@ av_cold void ff_fmt_convert_init(FmtConvertContext *c)
ff_fmt_convert_init_arm(c);
#elif ARCH_PPC
ff_fmt_convert_init_ppc(c);
+#elif ARCH_RISCV
+ ff_fmt_convert_init_riscv(c);
#elif ARCH_X86
ff_fmt_convert_init_x86(c);
#endif