Revert "AudioEncoderDecoderIsac: Merge the two config structs"
Reason for revert - breaks Hangouts This reverts commit 7c324cac50ac38122b3f3b26455bc55ad834bfc0. BUG=chromium:478161 Review URL: https://webrtc-codereview.appspot.com/43209004 Cr-Commit-Position: refs/heads/master@{#9030}
This commit is contained in:
@ -361,7 +361,6 @@ class AudioDecoderIsacFloatTest : public AudioDecoderTest {
|
||||
AudioEncoderDecoderIsac::Config config;
|
||||
config.payload_type = payload_type_;
|
||||
config.sample_rate_hz = codec_input_rate_hz_;
|
||||
config.adaptive_mode = false;
|
||||
config.frame_size_ms =
|
||||
1000 * static_cast<int>(frame_size_) / codec_input_rate_hz_;
|
||||
|
||||
@ -381,7 +380,6 @@ class AudioDecoderIsacSwbTest : public AudioDecoderTest {
|
||||
AudioEncoderDecoderIsac::Config config;
|
||||
config.payload_type = payload_type_;
|
||||
config.sample_rate_hz = codec_input_rate_hz_;
|
||||
config.adaptive_mode = false;
|
||||
config.frame_size_ms =
|
||||
1000 * static_cast<int>(frame_size_) / codec_input_rate_hz_;
|
||||
|
||||
@ -401,7 +399,6 @@ class AudioDecoderIsacFixTest : public AudioDecoderTest {
|
||||
AudioEncoderDecoderIsacFix::Config config;
|
||||
config.payload_type = payload_type_;
|
||||
config.sample_rate_hz = codec_input_rate_hz_;
|
||||
config.adaptive_mode = false;
|
||||
config.frame_size_ms =
|
||||
1000 * static_cast<int>(frame_size_) / codec_input_rate_hz_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user