summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 22:37:03 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 22:37:03 +0000
commit98713e55b4fb373819511c12b52dd2a2d3eea704 (patch)
tree9cc9ea8e86ac493261ed4c055b8cc35def76456b /libavcodec/dsputil.c
parent965363f81aa7f9fd61935e9e4b766c168f243227 (diff)
Move ff_spatial_dwt() prototype to snow.h
Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c3
1 files changed, 0 insertions, 3 deletions
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, };