Skip to content

Commit

Permalink
G722-stereo has been missing when creating AudioDecoder.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 27, 2013
1 parent 88a7940 commit a0bba27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/audio_coding/neteq4/audio_decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ AudioDecoder* AudioDecoder::CreateAudioDecoder(NetEqDecoder codec_type) {
#ifdef WEBRTC_CODEC_G722
case kDecoderG722:
return new AudioDecoderG722;
case kDecoderG722_2ch:
return new AudioDecoderG722Stereo;
#endif
#ifdef WEBRTC_CODEC_OPUS
case kDecoderOpus:
Expand Down

0 comments on commit a0bba27

Please sign in to comment.