]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/opusdsp.h
avcodec: Remove deprecated avcodec_get_context_defaults3
[ffmpeg] / libavcodec / opusdsp.h
index e3eb457f1b576c30472f032494b94c8575012982..ee3186dd442d25d07c3aa362be7842f9af1ed6a0 100644 (file)
@@ -31,5 +31,6 @@ typedef struct OpusDSP {
 void ff_opus_dsp_init(OpusDSP *ctx);
 
 void ff_opus_dsp_init_x86(OpusDSP *ctx);
+void ff_opus_dsp_init_aarch64(OpusDSP *ctx);
 
 #endif /* AVCODEC_OPUSDSP_H */