Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index b80635ff8eac288d33008c8cace240a8c1b73bc0..e97e4679c887d454116ce700ef3e3b0a6b08d986 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -524,7 +524,6 @@ class TemporalLayersFactory; |
// VP8 specific |
struct VideoCodecVP8 { |
bool pictureLossIndicationOn; |
- bool feedbackModeOn; |
brandtr
2017/03/17 08:26:13
Need to update in Chromium too:
https://cs.chromiu
nisse-webrtc
2017/03/17 08:54:48
My plan was to first delete all use of this variab
pbos-webrtc
2017/03/17 17:48:55
Thanks, removing in https://codereview.chromium.or
pbos-webrtc
2017/03/17 17:48:55
Ack, can do that separately though.
|
VideoCodecComplexity complexity; |
VP8ResilienceMode resilience; |
unsigned char numberOfTemporalLayers; |