| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index a3c8b3f18849af8d6f896604ff5ee1e82d23ac87..141e1695b78cd61f29a84cb29ebb9bc293802075 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -461,7 +461,9 @@ enum VP8ResilienceMode {
|
| class TemporalLayersFactory;
|
| // VP8 specific
|
| struct VideoCodecVP8 {
|
| + // TODO(nisse): Unused, delete?
|
| bool pictureLossIndicationOn;
|
| + // TODO(nisse): Delete, as soon as downstream applications are updated.
|
| bool feedbackModeOn;
|
| VideoCodecComplexity complexity;
|
| VP8ResilienceMode resilience;
|
|
|