diff mlpdsp.c @ 11376:0b220468ba0d libavcodec

Move prototypes for various dsputil init functions to dsputil.h
author mru
date Sat, 06 Mar 2010 22:36:49 +0000
parents 1db34b8dcf15
children
line wrap: on
line diff
--- a/mlpdsp.c	Sat Mar 06 22:36:45 2010 +0000
+++ b/mlpdsp.c	Sat Mar 06 22:36:49 2010 +0000
@@ -55,8 +55,6 @@
     }
 }
 
-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;