summaryrefslogtreecommitdiffstats
path: root/libavcodec/dirac_dwt.h
diff options
context:
space:
mode:
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 9514e95..25c13d1 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
OpenPOWER on IntegriCloud