mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Update ffmpeg
This commit is contained in:
@@ -102,6 +102,8 @@ void ff_vvc_dsp_init(VVCDSPContext *vvcdsp, int bit_depth)
|
||||
|
||||
#if ARCH_AARCH64
|
||||
ff_vvc_dsp_init_aarch64(vvcdsp, bit_depth);
|
||||
#elif ARCH_RISCV
|
||||
ff_vvc_dsp_init_riscv(vvcdsp, bit_depth);
|
||||
#elif ARCH_X86
|
||||
ff_vvc_dsp_init_x86(vvcdsp, bit_depth);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user