]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264chroma.h
h264.c: constify all uses of H264Context in slice and lower-level functions
[ffmpeg] / libavcodec / h264chroma.h
index 34d96307c725fefa7a23031070d519f479eb43ca..93064fe06b5613f51e7dc98a5b49a3edcd3585a1 100644 (file)
@@ -30,6 +30,7 @@ typedef struct H264ChromaContext {
 
 void ff_h264chroma_init(H264ChromaContext *c, int bit_depth);
 
+void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth);
 void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth);
 void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth);
 void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth);