commit | 1871dd2fb7e1e18d618a9db23e8e71570cc013fb | [log] [tgz] |
---|---|---|
author | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Oct 14 20:33:25 2013 +0000 |
committer | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Oct 14 20:33:25 2013 +0000 |
tree | e26753b55c175535c68562c93ba08f2f18eae27e | |
parent | fc89ba580b15a04409375e1870b98639e4a00ff8 [diff] [blame] |
NetEq4: Removing templatization for AudioVector This is the last CL for removing templates in Audio(Multi)Vector. BUG=1363 R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2341004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4960 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/expand.h b/webrtc/modules/audio_coding/neteq4/expand.h index f7f19e2..25ae619 100644 --- a/webrtc/modules/audio_coding/neteq4/expand.h +++ b/webrtc/modules/audio_coding/neteq4/expand.h
@@ -116,8 +116,8 @@ int16_t ar_gain_scale; int16_t voice_mix_factor; /* Q14 */ int16_t current_voice_mix_factor; /* Q14 */ - AudioVector<int16_t> expand_vector0; - AudioVector<int16_t> expand_vector1; + AudioVector expand_vector0; + AudioVector expand_vector1; bool onset; int16_t mute_slope; /* Q20 */ };