Delete iSAC-fb from NetEq

This is no longer used. Related code in the iSAC codec itself will be
deleted a follow-up CL.

BUG=4210

Review URL: https://codereview.webrtc.org/1404463003

Cr-Commit-Position: refs/heads/master@{#10272}
This commit is contained in:
henrik.lundin
2015-10-14 03:44:52 -07:00
committed by Commit bot
parent 457a61db61
commit 06b869f11a
6 changed files with 0 additions and 37 deletions

View File

@ -318,8 +318,6 @@ void NetEqDecodingTest::LoadDecoders() {
#ifdef WEBRTC_CODEC_ISAC
// Load iSAC SWB.
ASSERT_EQ(0, neteq_->RegisterPayloadType(kDecoderISACswb, 104));
// Load iSAC FB.
ASSERT_EQ(0, neteq_->RegisterPayloadType(kDecoderISACfb, 105));
#endif
// Load PCM16B nb.
ASSERT_EQ(0, neteq_->RegisterPayloadType(kDecoderPCM16B, 93));