From 05aec7bb87236bf6e7c0f61fb6b20c5c922b49e2 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 14 Mar 2010 17:50:12 +0000 Subject: 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. Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ivi_dsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ivi_dsp.c') diff --git a/libavcodec/ivi_dsp.c b/libavcodec/ivi_dsp.c index f18f378aef..5aa8f94c99 100644 --- a/libavcodec/ivi_dsp.c +++ b/libavcodec/ivi_dsp.c @@ -28,6 +28,7 @@ #include "avcodec.h" #include "dsputil.h" +#include "dwt.h" #include "ivi_common.h" #include "ivi_dsp.h" -- cgit v1.2.3