| Index: webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc b/webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc
|
| index cbf735ee2e680974f59fa50bc408e4d1c9185c46..332ad06e262cd4c69060147fb3d5e276e0f6da6e 100644
|
| --- a/webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory_internal.cc
|
| @@ -135,7 +135,7 @@ NamedDecoderConstructor decoder_constructors[] = {
|
| return true;
|
| } else if (format.num_channels == 2) {
|
| if (out) {
|
| - out->reset(new AudioDecoderG722Stereo);
|
| + out->reset(new AudioDecoderG722StereoImpl);
|
| }
|
| return true;
|
| }
|
|
|