mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-15 05:11:37 +08:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user