aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
diff options
context:
space:
mode:
authorkwiberg <kwiberg@webrtc.org>2015-11-05 07:39:37 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 15:39:42 +0000
commit93a2febe737a5bfc25f3e9d443764e57de259d39 (patch)
tree3c5a9ec2558edfbbdda1f666763862a7e295539c /webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
parent86b40506b3443d5cf0c5ec838e44edd9f4376c01 (diff)
downloadwebrtc-93a2febe737a5bfc25f3e9d443764e57de259d39.tar.gz
Move ACMCodecDB::ValidPayloadType to RentACodec
BUG=webrtc:5028 Review URL: https://codereview.webrtc.org/1430043003 Cr-Commit-Position: refs/heads/master@{#10525}
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.h6
1 files changed, 0 insertions, 6 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 885d106b43..ede0e6bccd 100644
--- a/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
+++ b/webrtc/modules/audio_coding/main/acm2/acm_codec_database.h
@@ -85,12 +85,6 @@ class ACMCodecDB {
// codec sampling frequency if successful, otherwise -1.
static int CodecFreq(int codec_id);
- // Check if the payload type is valid, meaning that it is in the valid range
- // of 0 to 127.
- // Input:
- // [payload_type] - payload type.
- static bool ValidPayloadType(int payload_type);
-
private:
// Databases with information about the supported codecs
// database_ - stored information about all codecs: payload type, name,