| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index b80635ff8eac288d33008c8cace240a8c1b73bc0..0991867fc03877244a568b835e7f33142724303e 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -523,7 +523,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;
|
|
|