diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-10-11 02:01:41 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-10-11 12:01:08 +0200 |
commit | 2d6caade22334f5c0e999ebfe5f0f20c1b18aafc (patch) | |
tree | 6bddc6b68abc5c1ad7a8674a436c2bb53b6fd9e5 /libavcodec/dsputil.c | |
parent | 25dc79bc1433f2689b69aa1293e311ed69a95a8a (diff) | |
download | ffmpeg-2d6caade22334f5c0e999ebfe5f0f20c1b18aafc.tar.gz |
dsputil: split out mlp dsp function
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 4 |
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; |