From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/dirac_dwt.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ffmpeg/libavcodec/dirac_dwt.h') diff --git a/ffmpeg/libavcodec/dirac_dwt.h b/ffmpeg/libavcodec/dirac_dwt.h index 9514e95..25c13d1 100644 --- a/ffmpeg/libavcodec/dirac_dwt.h +++ b/ffmpeg/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 -- cgit v1.2.3