summaryrefslogtreecommitdiff
path: root/silk/structs.h
diff options
context:
space:
mode:
authorKoen Vos <koen.vos@skype.net>2011-10-09 20:27:13 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-09 20:27:13 -0400
commita9b864b80ab4ee1242c5601f84d93fa912d33075 (patch)
tree36d64450b11d74a34954aeb1d1e6bcf588c1789b /silk/structs.h
parent42f1e3d6a7251bc78e6c5a43d268994a02667798 (diff)
downloadopus-a9b864b80ab4ee1242c5601f84d93fa912d33075.tar.gz
Cleaner way to take into account the prediction for stereo width
Diffstat (limited to 'silk/structs.h')
-rw-r--r--silk/structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/structs.h b/silk/structs.h
index 10a3546c..70c81bae 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -101,7 +101,6 @@ typedef struct {
opus_int32 mid_side_amp_Q0[ 4 ];
opus_int16 smth_width_Q14;
opus_int16 width_prev_Q14;
- opus_int16 effective_width_prev_Q14;
opus_int8 predIx[ MAX_FRAMES_PER_PACKET ][ 2 ][ 3 ];
opus_int8 mid_only_flags[ MAX_FRAMES_PER_PACKET ];
} stereo_enc_state;