]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlpdsp.c
Tweak texi2pod.pl to make it print the various sections in the
[ffmpeg] / libavcodec / mlpdsp.c
index 79059d925ac98a020870fb579c122dc680fbd104..a0647eee69080102813a6ac1b9da2a0e5e30b12b 100644 (file)
@@ -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;