diff options
author | Måns Rullgård <mans@mansr.com> | 2010-04-30 21:30:27 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-04-30 21:30:27 +0000 |
commit | 5635985c26a5006f09f67f322b84c29c1897f190 (patch) | |
tree | 76499355ebcd3594e42ee2887021b77bdf133fd1 /libavcodec/vp56dsp.h | |
parent | 5e1ba34bbba7b50c45ef0d10350fe01a3cf63290 (diff) | |
download | ffmpeg-5635985c26a5006f09f67f322b84c29c1897f190.tar.gz |
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.h | 1 |
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 */ |