diff dsputil.c @ 12356:1241c824de46 libavcodec

Move cavs dsp functions to their own struct
author mru
date Tue, 03 Aug 2010 20:59:00 +0000
parents 5d73c4b4cd37
children 9f06475db098
line wrap: on
line diff
--- a/dsputil.c	Tue Aug 03 11:35:41 2010 +0000
+++ b/dsputil.c	Tue Aug 03 20:59:00 2010 +0000
@@ -4343,10 +4343,6 @@
 
     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