| Index: webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc b/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc
|
| index 0406da2739dac8d8b380e5219571c4ab9164de80..f66682c990e1f9af1552ee9c84e99f51ac729476 100644
|
| --- a/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc
|
| @@ -123,7 +123,7 @@ NetEqOpusQualityTest::NetEqOpusQualityTest()
|
| : NetEqQualityTest(kOpusBlockDurationMs * FLAGS_sub_packets,
|
| kOpusSamplingKhz,
|
| kOpusSamplingKhz,
|
| - kDecoderOpus),
|
| + NetEqDecoder::kDecoderOpus),
|
| opus_encoder_(NULL),
|
| repacketizer_(NULL),
|
| sub_block_size_samples_(
|
| @@ -137,7 +137,7 @@ NetEqOpusQualityTest::NetEqOpusQualityTest()
|
| sub_packets_(FLAGS_sub_packets) {
|
| // Redefine decoder type if input is stereo.
|
| if (channels_ > 1) {
|
| - decoder_type_ = kDecoderOpus_2ch;
|
| + decoder_type_ = NetEqDecoder::kDecoderOpus_2ch;
|
| }
|
| application_ = FLAGS_application;
|
| }
|
|
|