From 98713e55b4fb373819511c12b52dd2a2d3eea704 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 6 Mar 2010 22:37:03 +0000 Subject: Move ff_spatial_dwt() prototype to snow.h Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/dsputil.c') diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 8513e86329..5c776fd04e 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -41,9 +41,6 @@ #include "vorbis.h" #include "png.h" -/* snow.c */ -void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count); - uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, }; uint32_t ff_squareTbl[512] = {0, }; -- cgit v1.2.3