]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264chroma.c
Hap decoder and encoder
[ffmpeg] / libavcodec / h264chroma.c
index 8aa5e93e0d3da8f4ab7c03cd3db7f9fb9ae1d021..d5146de7b1f4df0732c7026df231e880ad0664b8 100644 (file)
@@ -44,6 +44,8 @@ av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth)
         SET_CHROMA(8);
     }
 
+    if (ARCH_AARCH64)
+        ff_h264chroma_init_aarch64(c, bit_depth);
     if (ARCH_ARM)
         ff_h264chroma_init_arm(c, bit_depth);
     if (ARCH_PPC)