diff options
Diffstat (limited to 'src/libfaad/structs.h')
-rw-r--r-- | src/libfaad/structs.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libfaad/structs.h b/src/libfaad/structs.h index e0888f3ac..c69abf9bc 100644 --- a/src/libfaad/structs.h +++ b/src/libfaad/structs.h @@ -22,7 +22,7 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: structs.h,v 1.4 2004/01/11 15:44:05 mroi Exp $ +** $Id: structs.h,v 1.5 2004/01/26 22:34:11 jstembridge Exp $ **/ #ifndef __STRUCTS_H__ @@ -385,6 +385,7 @@ typedef struct uint8_t fr_ch_ele; void *sample_buffer; + uint8_t alloced_channels; uint8_t window_shape_prev[MAX_CHANNELS]; #ifdef LTP_DEC @@ -394,16 +395,14 @@ typedef struct drc_info *drc; real_t *time_out[MAX_CHANNELS]; + real_t *fb_intermed[MAX_CHANNELS]; #ifdef SBR_DEC int8_t sbr_present_flag; int8_t forceUpSampling; + uint8_t sbr_alloced[MAX_SYNTAX_ELEMENTS]; - real_t *time_out2[MAX_CHANNELS]; - - uint8_t sbr_used[32]; - - sbr_info *sbr[32]; + sbr_info *sbr[MAX_SYNTAX_ELEMENTS]; #ifdef DRM int8_t lcstereo_flag; #endif |