summaryrefslogtreecommitdiffstats
path: root/libfaad2/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/structs.h')
-rw-r--r--libfaad2/structs.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/libfaad2/structs.h b/libfaad2/structs.h
index cb546d98cb..a624b5f03a 100644
--- a/libfaad2/structs.h
+++ b/libfaad2/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.39 2004/05/17 10:18:03 menno Exp $
+** $Id: structs.h,v 1.42 2004/09/08 09:43:11 gcp Exp $
**/
#ifndef __STRUCTS_H__
@@ -77,9 +77,6 @@ typedef struct
#ifdef PROFILE
int64_t cycles;
#endif
-#ifdef USE_SSE
- void (*if_func)(void *a, uint8_t b, uint8_t c, uint8_t d, real_t *e, real_t *f, uint8_t g, uint16_t h);
-#endif
} fb_info;
typedef struct
@@ -366,6 +363,9 @@ typedef struct NeAACDecFrameInfo
/*uint8_t*/ unsigned char num_back_channels;
/*uint8_t*/ unsigned char num_lfe_channels;
/*uint8_t*/ unsigned char channel_position[MAX_CHANNELS];
+
+ /* PS: 0: off, 1: on */
+ /*uint8_t*/ unsigned char ps;
} NeAACDecFrameInfo;
typedef struct
@@ -431,6 +431,7 @@ typedef struct
#endif
#if (defined(PS_DEC) || defined(DRM_PS))
uint8_t ps_used[MAX_SYNTAX_ELEMENTS];
+ uint8_t ps_used_global;
#endif
#ifdef SSR_DEC
@@ -455,10 +456,6 @@ typedef struct
/* Configuration data */
NeAACDecConfiguration config;
-#ifdef USE_SSE
- void (*apply_sf_func)(void *a, void *b, void *c, uint16_t d);
-#endif
-
#ifdef PROFILE
int64_t cycles;
int64_t spectral_cycles;