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/mlpdsp.c | |
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/mlpdsp.c')
-rw-r--r-- | libavcodec/mlpdsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mlpdsp.c b/libavcodec/mlpdsp.c index 79059d925a..a0647eee69 100644 --- a/libavcodec/mlpdsp.c +++ b/libavcodec/mlpdsp.c @@ -55,8 +55,6 @@ static void ff_mlp_filter_channel(int32_t *state, const int32_t *coeff, } } -void ff_mlp_init_x86(DSPContext* c, AVCodecContext *avctx); - void ff_mlp_init(DSPContext* c, AVCodecContext *avctx) { c->mlp_filter_channel = ff_mlp_filter_channel; |