]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opusdsp.c
avcodec/dsd: use uint8_t instead of unsigned char
[ffmpeg] / libavcodec / opusdsp.c
index 17e819f9771bc29df0f6257c5ce28ceae3130d2e..0e179c98c9716fdea96ebea0c5d3b4b679e3da31 100644 (file)
@@ -61,4 +61,7 @@ av_cold void ff_opus_dsp_init(OpusDSP *ctx)
 
     if (ARCH_X86)
         ff_opus_dsp_init_x86(ctx);
+
+    if (ARCH_AARCH64)
+        ff_opus_dsp_init_aarch64(ctx);
 }