projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ARM: NEON optimised VP6 edge filter
[libav.git]
/
libavcodec
/
vp56dsp.h
diff --git
a/libavcodec/vp56dsp.h
b/libavcodec/vp56dsp.h
index
dbc84b1
..
2d6941f
100644
(file)
--- 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 */