| Index: webrtc/modules/video_coding/main/interface/video_coding_defines.h
|
| diff --git a/webrtc/modules/video_coding/main/interface/video_coding_defines.h b/webrtc/modules/video_coding/main/interface/video_coding_defines.h
|
| index 2a5fc0a5510c415927ede9b37eacdb831a9a867b..259e75e6a8d9c3e51259fdc6aa4149ecc61906bd 100644
|
| --- a/webrtc/modules/video_coding/main/interface/video_coding_defines.h
|
| +++ b/webrtc/modules/video_coding/main/interface/video_coding_defines.h
|
| @@ -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 {
|
|
|