]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/videodsp.c
avcodec: rename the AV1 profiles
[ffmpeg] / libavcodec / videodsp.c
index a6a1d3753a9ae328df92b6dffd1ce8d865804d4e..e6d930390364df177ab3ccbd9b9059fb3a17dfc4 100644 (file)
@@ -43,6 +43,8 @@ av_cold void ff_videodsp_init(VideoDSPContext *ctx, int bpc)
         ctx->emulated_edge_mc = ff_emulated_edge_mc_16;
     }
 
+    if (ARCH_AARCH64)
+        ff_videodsp_init_aarch64(ctx, bpc);
     if (ARCH_ARM)
         ff_videodsp_init_arm(ctx, bpc);
     if (ARCH_PPC)