Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index c3e9a84c3cc729b5cb3e1b1287731cc102aa3ba0..678b8566282ed97483d880e6d8ad911358023346 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -498,8 +498,6 @@ enum VideoCodecComplexity { |
kComplexityMax = 3 |
}; |
-enum VideoCodecProfile { kProfileBase = 0x00, kProfileMain = 0x01 }; |
- |
enum VP8ResilienceMode { |
kResilienceOff, // The stream produced by the encoder requires a |
// recovery frame (typically a key frame) to be |
@@ -543,7 +541,6 @@ struct VideoCodecVP9 { |
// H264 specific. |
struct VideoCodecH264 { |
- VideoCodecProfile profile; |
bool frameDroppingOn; |
int keyFrameInterval; |
// These are NULL/0 if not externally negotiated. |