dsputil: split out mlp dsp function

This commit is contained in:
Luca Barbato
2012-10-11 02:01:41 +02:00
parent 25dc79bc14
commit 2d6caade22
5 changed files with 9 additions and 20 deletions

View File

@@ -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;