From 671761d71367f792d6f0c2cf8973cc183d189188 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 3 Feb 2016 01:30:55 +0000 Subject: diracdec: Pass DWTPlane to dwt init --- libavcodec/dirac_dwt.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libavcodec/dirac_dwt.h') diff --git a/libavcodec/dirac_dwt.h b/libavcodec/dirac_dwt.h index 63302aed8e..4d338651fa 100644 --- a/libavcodec/dirac_dwt.h +++ b/libavcodec/dirac_dwt.h @@ -85,9 +85,8 @@ enum dwt_type { }; // -1 if an error occurred, e.g. the dwt_type isn't recognized -int ff_spatial_idwt_init(DWTContext *d, uint8_t *buffer, int width, int height, - int stride, enum dwt_type type, int decomposition_count, - uint8_t *temp, int bit_depth); +int ff_spatial_idwt_init(DWTContext *d, DWTPlane *p, enum dwt_type type, + int decomposition_count, int bit_depth); void ff_spatial_idwt_init_x86(DWTContext *d, enum dwt_type type); void ff_spatial_idwt_slice2(DWTContext *d, int y); -- cgit v1.2.3