summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-08-03 20:59:00 +0000
committerMåns Rullgård <mans@mansr.com>2010-08-03 20:59:00 +0000
commitf079a64aea0d19dd7adfc045747cd4b4dfb6225c (patch)
treef02085b637c2b6386bc96ed92aac18e7b8450383 /libavcodec/dsputil.c
parent61ee75bbf86cc2a69fb02c32e391c197ddd9fcf3 (diff)
Move cavs dsp functions to their own struct
Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index a6424bb512..534f03f885 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -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