Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-16 17:56:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-16 18:07:29 +0400
commit29852ffc64edc407d8d9f59651e2f4da85ebb6ca (patch)
treeeda88158f325ea1ee2234de8ee4dd3fbc7643edd /libavcodec/dirac_dwt.h
parentcbdf4d6a611823bdc352fa4ea4d867a01ebfa793 (diff)
avcodec/dirac_dwt: Remove unused ff_spatial_idwt2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dirac_dwt.h')
-rw-r--r--libavcodec/dirac_dwt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dirac_dwt.h b/libavcodec/dirac_dwt.h
index 9514e9575b..25c13d1a65 100644
--- a/libavcodec/dirac_dwt.h
+++ b/libavcodec/dirac_dwt.h
@@ -80,9 +80,6 @@ int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height
int stride, enum dwt_type type, int decomposition_count,
IDWTELEM *temp);
-int ff_spatial_idwt2(IDWTELEM *buffer, int width, int height, int stride,
- enum dwt_type type, int decomposition_count, IDWTELEM *temp);
-
void ff_spatial_idwt_slice2(DWTContext *d, int y);
// shared stuff for simd optimiztions