aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
diff options
context:
space:
mode:
authorminyue@webrtc.org <minyue@webrtc.org>2015-02-17 12:36:41 +0000
committerminyue@webrtc.org <minyue@webrtc.org>2015-02-17 12:37:14 +0000
commitf9b5c1b3d009887df02505d12ece2f80b2a90d44 (patch)
treee6fa0880b8b20d37c7c586b7163b69582764f31b /webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
parent2c1bcf2cb4a9e19a337e52fd576242e04168d5e9 (diff)
downloadwebrtc-f9b5c1b3d009887df02505d12ece2f80b2a90d44.tar.gz
Removing CELT.
CELT is not supported in WebRTC/Libjingle. There are a few left-over in our code base. They are cleaned up in this CL. BUG= R=pbos@webrtc.org, tina.legrand@webrtc.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/36099004 Cr-Commit-Position: refs/heads/master@{#8385} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8385 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/audio_coding/main/acm2/acm_codec_database.h')
-rw-r--r--webrtc/modules/audio_coding/main/acm2/acm_codec_database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
index 608eb6b64f..94cad5c11e 100644
--- a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
+++ b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
@@ -329,7 +329,6 @@ class ACMCodecDB {
static bool IsG7291RateValid(int rate);
static bool IsSpeexRateValid(int rate);
static bool IsOpusRateValid(int rate);
- static bool IsCeltRateValid(int rate);
// Check if the payload type is valid, meaning that it is in the valid range
// of 0 to 127.