Move cavs dsp functions to their own struct
Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
61ee75bbf8
commit
f079a64aea
10 changed files with 78 additions and 44 deletions
|
@ -4343,10 +4343,6 @@ av_cold void dsputil_init(DSPContext* c, AVCodecContext *avctx)
|
|||
|
||||
c->draw_edges = draw_edges_c;
|
||||
|
||||
#if CONFIG_CAVS_DECODER
|
||||
ff_cavsdsp_init(c,avctx);
|
||||
#endif
|
||||
|
||||
#if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER
|
||||
ff_mlp_init(c, avctx);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue