From 7de9da9ba79aa16d52724731b317a1b09f1de8fd Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 6 Mar 2010 22:36:49 +0000 Subject: Move prototypes for various dsputil init functions to dsputil.h Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mlpdsp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/mlpdsp.c') 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; -- cgit v1.2.3