summaryrefslogtreecommitdiff
path: root/libavcodec/g722dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/g722dsp.h')
-rw-r--r--libavcodec/g722dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/g722dsp.h b/libavcodec/g722dsp.h
index 2cc50d9a50..ecd6a47fcb 100644
--- a/libavcodec/g722dsp.h
+++ b/libavcodec/g722dsp.h
@@ -28,5 +28,6 @@ typedef struct G722DSPContext {
} G722DSPContext;
void ff_g722dsp_init(G722DSPContext *c);
+void ff_g722dsp_init_arm(G722DSPContext *c);
#endif /* AVCODEC_G722DSP_H */