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

Unified Diff: webrtc/common_types.h

Issue 2753783002: Delete VP8 feedback mode. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « no previous file | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698