diff ivi_dsp.c @ 11485:0f0cd6b5791f libavcodec

Separate DWT from snow and dsputil This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext.
author mru
date Sun, 14 Mar 2010 17:50:12 +0000
parents 1ff8ae765206
children 7dd2a45249a9
line wrap: on
line diff
--- a/ivi_dsp.c	Sun Mar 14 01:52:31 2010 +0000
+++ b/ivi_dsp.c	Sun Mar 14 17:50:12 2010 +0000
@@ -28,6 +28,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
+#include "dwt.h"
 #include "ivi_common.h"
 #include "ivi_dsp.h"