summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-10-11 02:01:41 +0200
committerLuca Barbato <lu_zero@gentoo.org>2012-10-11 12:01:08 +0200
commit2d6caade22334f5c0e999ebfe5f0f20c1b18aafc (patch)
tree6bddc6b68abc5c1ad7a8674a436c2bb53b6fd9e5 /libavcodec/dsputil.c
parent25dc79bc1433f2689b69aa1293e311ed69a95a8a (diff)
dsputil: split out mlp dsp function
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index 5c705ea169..cdd4b731f1 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -2793,10 +2793,6 @@ av_cold void ff_dsputil_init(DSPContext* c, AVCodecContext *avctx)
#undef dspfunc
-#if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER
- ff_mlp_init(c, avctx);
-#endif
-
c->put_mspel_pixels_tab[0]= ff_put_pixels8x8_c;
c->put_mspel_pixels_tab[1]= put_mspel8_mc10_c;
c->put_mspel_pixels_tab[2]= put_mspel8_mc20_c;