Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-05-01 01:30:27 +0400
committerMåns Rullgård <mans@mansr.com>2010-05-01 01:30:27 +0400
commit5635985c26a5006f09f67f322b84c29c1897f190 (patch)
tree76499355ebcd3594e42ee2887021b77bdf133fd1 /libavcodec/vp56dsp.h
parent5e1ba34bbba7b50c45ef0d10350fe01a3cf63290 (diff)
ARM: NEON optimised VP6 edge filter
Originally committed as revision 22993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56dsp.h')
-rw-r--r--libavcodec/vp56dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp56dsp.h b/libavcodec/vp56dsp.h
index dbc84b1231..2d6941fa29 100644
--- a/libavcodec/vp56dsp.h
+++ b/libavcodec/vp56dsp.h
@@ -29,5 +29,6 @@ typedef struct VP56DSPContext {
} VP56DSPContext;
void ff_vp56dsp_init(VP56DSPContext *s, enum CodecID codec);
+void ff_vp56dsp_init_arm(VP56DSPContext *s, enum CodecID codec);
#endif /* AVCODEC_VP56DSP_H */