]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevcdsp.c
avcodec/adpcm_ima_apm: cosmetics
[ffmpeg] / libavcodec / hevcdsp.c
index 957e40d5ff77d673155e25a5438482931f6de84c..fe272ac1ce12fb3afdad45d612468dbc443cb8e3 100644 (file)
@@ -257,6 +257,8 @@ int i = 0;
         break;
     }
 
+    if (ARCH_AARCH64)
+        ff_hevc_dsp_init_aarch64(hevcdsp, bit_depth);
     if (ARCH_ARM)
         ff_hevc_dsp_init_arm(hevcdsp, bit_depth);
     if (ARCH_PPC)