diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:36:49 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:36:49 +0000 |
commit | 7de9da9ba79aa16d52724731b317a1b09f1de8fd (patch) | |
tree | 25702575a536048b7ceabfeea587a61223994e34 /libavcodec/dsputil.h | |
parent | 3da1180409ba7d553f40a74bb61b2f7952bc84d5 (diff) | |
download | ffmpeg-7de9da9ba79aa16d52724731b317a1b09f1de8fd.tar.gz |
Move prototypes for various dsputil init functions to dsputil.h
Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 9ab647608a..a3ff0693e5 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -663,6 +663,14 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx); void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx); void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx); +void ff_cavsdsp_init(DSPContext* c, AVCodecContext *avctx); +void ff_rv30dsp_init(DSPContext* c, AVCodecContext *avctx); +void ff_rv40dsp_init(DSPContext* c, AVCodecContext *avctx); +void ff_vc1dsp_init(DSPContext* c, AVCodecContext *avctx); +void ff_intrax8dsp_init(DSPContext* c, AVCodecContext *avctx); +void ff_mlp_init(DSPContext* c, AVCodecContext *avctx); +void ff_mlp_init_x86(DSPContext* c, AVCodecContext *avctx); + #if HAVE_MMX #undef emms_c |