summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/ffmpeg/libavresample/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/ffmpeg/libavresample/internal.h')
-rw-r--r--chromium/third_party/ffmpeg/libavresample/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/ffmpeg/libavresample/internal.h b/chromium/third_party/ffmpeg/libavresample/internal.h
index 2946126c789..fe6bd8fa638 100644
--- a/chromium/third_party/ffmpeg/libavresample/internal.h
+++ b/chromium/third_party/ffmpeg/libavresample/internal.h
@@ -107,4 +107,7 @@ struct AVAudioResampleContext {
ChannelMapInfo ch_map_info;
};
+
+void ff_audio_resample_init_aarch64(ResampleContext *c,
+ enum AVSampleFormat sample_fmt);
#endif /* AVRESAMPLE_INTERNAL_H */