diff options
author | David Conrad <lessen42@gmail.com> | 2010-06-29 06:42:17 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-06-29 06:42:17 +0000 |
commit | 982fac73570fef49f97106faccf7acd0ccb06dc4 (patch) | |
tree | 44f6a96f4b8e0dfba954f4e0624718526a487cf1 /libavcodec/vp8dsp.h | |
parent | 7bf4e9d7f7b21f2bbc6a9c39e38549dc2d1c57ba (diff) | |
download | ffmpeg-982fac73570fef49f97106faccf7acd0ccb06dc4.tar.gz |
Altivec VP8 MC functions
Originally committed as revision 23884 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp8dsp.h')
-rw-r--r-- | libavcodec/vp8dsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp8dsp.h b/libavcodec/vp8dsp.h index d0cd6fb8ba..b660048cc5 100644 --- a/libavcodec/vp8dsp.h +++ b/libavcodec/vp8dsp.h @@ -67,5 +67,6 @@ void ff_put_vp8_pixels4_c(uint8_t *dst, uint8_t *src, int stride, int h, int x, void ff_vp8dsp_init(VP8DSPContext *c); void ff_vp8dsp_init_x86(VP8DSPContext *c); +void ff_vp8dsp_init_altivec(VP8DSPContext *c); #endif /* AVCODEC_VP8DSP_H */ |