G722_1/G722_1C codecs won't instantiate
BUG=issue1890 R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1650004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4215 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2ef9513916
commit
b097670264
@ -649,8 +649,8 @@ ACMGenericCodec* ACMCodecDB::CreateCodecInstance(const CodecInst* codec_inst) {
|
||||
default: {
|
||||
return NULL;
|
||||
}
|
||||
return new ACMG722_1(codec_id);
|
||||
}
|
||||
return new ACMG722_1(codec_id);
|
||||
#endif
|
||||
}
|
||||
case 32000: {
|
||||
@ -672,8 +672,8 @@ ACMGenericCodec* ACMCodecDB::CreateCodecInstance(const CodecInst* codec_inst) {
|
||||
default: {
|
||||
return NULL;
|
||||
}
|
||||
return new ACMG722_1C(codec_id);
|
||||
}
|
||||
return new ACMG722_1C(codec_id);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user