mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
dsputil: split out mlp dsp function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user