diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:37:03 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:37:03 +0000 |
commit | 98713e55b4fb373819511c12b52dd2a2d3eea704 (patch) | |
tree | 9cc9ea8e86ac493261ed4c055b8cc35def76456b /libavcodec/dsputil.c | |
parent | 965363f81aa7f9fd61935e9e4b766c168f243227 (diff) | |
download | ffmpeg-98713e55b4fb373819511c12b52dd2a2d3eea704.tar.gz |
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.c | 3 |
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, }; |