summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.h
diff options
context:
space:
mode:
authorRĂ©mi Denis-Courmont <remi@remlab.net>2022-09-28 18:29:59 +0300
committerLynne <dev@lynne.ee>2022-09-30 07:24:09 +0200
commit66a03f405316a0e1a4a60cacd1d32ec540604a01 (patch)
tree00b023022bd18e690fa56c739d42fc0ea5019590 /libswscale/rgb2rgb.h
parente5f6918cbd5d7b6024f83ff86075d5e762c38034 (diff)
sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r--libswscale/rgb2rgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h
index db85bfc42f..f3951d523e 100644
--- a/libswscale/rgb2rgb.h
+++ b/libswscale/rgb2rgb.h
@@ -167,6 +167,7 @@ extern void (*yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const u
void ff_sws_rgb2rgb_init(void);
void rgb2rgb_init_aarch64(void);
+void rgb2rgb_init_riscv(void);
void rgb2rgb_init_x86(void);
void rgb2rgb_init_loongarch(void);