Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1446)

Unified Diff: webrtc/common_types.h

Issue 2751133002: Remove dead code in vp8_impl files. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698