summaryrefslogtreecommitdiff
path: root/silk/resampler_structs.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-28 12:40:06 -0400
committerGregory Maxwell <greg@xiph.org>2011-09-28 12:40:06 -0400
commit744e59ef01f228923f35a504d9552dd1c8d7a23c (patch)
tree8a7d5edaba0ab4c0325eb26a5f6161abe8cc746a /silk/resampler_structs.h
parent96739ad35e57706a69b9198b4862a5814f8e98bd (diff)
downloadopus-744e59ef01f228923f35a504d9552dd1c8d7a23c.tar.gz
More resampler cleanups.
Diffstat (limited to 'silk/resampler_structs.h')
-rw-r--r--silk/resampler_structs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/silk/resampler_structs.h b/silk/resampler_structs.h
index 53d89e28..61dd1bd0 100644
--- a/silk/resampler_structs.h
+++ b/silk/resampler_structs.h
@@ -42,13 +42,11 @@ typedef struct _silk_resampler_state_struct{
opus_int32 sFIR[ SILK_RESAMPLER_MAX_FIR_ORDER ];
opus_int32 sDown2[ 2 ];
opus_int32 resampler_function;
- opus_int32 up2_hq;
opus_int32 batchSize;
opus_int32 invRatio_Q16;
opus_int32 FIR_Fracs;
opus_int32 input2x;
const opus_int16 *Coefs;
- opus_int32 magic_number;
} silk_resampler_state_struct;
#ifdef __cplusplus