]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/videodsp.h
x264: Add option to force IDR frames
[ffmpeg] / libavcodec / videodsp.h
index 2211c5dc22c978fd22e5486d6efa39f2b008bee3..04c012a826529d0ca564cf097ecaa27b68d77f81 100644 (file)
@@ -68,6 +68,7 @@ typedef struct VideoDSPContext {
 void ff_videodsp_init(VideoDSPContext *ctx, int bpc);
 
 /* for internal use only (i.e. called by ff_videodsp_init() */
+void ff_videodsp_init_aarch64(VideoDSPContext *ctx, int bpc);
 void ff_videodsp_init_arm(VideoDSPContext *ctx, int bpc);
 void ff_videodsp_init_ppc(VideoDSPContext *ctx, int bpc);
 void ff_videodsp_init_x86(VideoDSPContext *ctx, int bpc);