Remove VCM_*_PAYLOAD_TYPE constants.

These payload types aren't directly connected to any payload type, and
the payload type still has to be negotiated externally. As such these
constants are just a source of confusion.

BUG=
R=stefan@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9546}
This commit is contained in:
pbos
2015-07-07 07:35:49 -07:00
committed by Commit bot
parent c62642c7a6
commit a7d70546ad
4 changed files with 12 additions and 16 deletions

View File

@ -36,13 +36,6 @@ namespace webrtc {
#define VCM_ERROR_REQUEST_SLI -12
#define VCM_NOT_IMPLEMENTED -20
#define VCM_RED_PAYLOAD_TYPE 96
#define VCM_ULPFEC_PAYLOAD_TYPE 97
#define VCM_VP8_PAYLOAD_TYPE 100
#define VCM_VP9_PAYLOAD_TYPE 101
#define VCM_I420_PAYLOAD_TYPE 124
#define VCM_H264_PAYLOAD_TYPE 127
enum { kDefaultStartBitrateKbps = 300 };
enum VCMVideoProtection {