Chromium Code Reviews

Unified Diff: webrtc/common_types.h

Issue 2532053002: Turn off error resilience for VP9 if no spatial or temporal layers are configured and NACK is enabl… (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codec_database.cc » ('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 3a0d6d8cc544ff4c608e34a8fd04facb2aa59fa8..7cd4457db2e63cc83fc29056fc93e4d1af9b5425 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -537,7 +537,7 @@ struct VideoCodecVP8 {
// VP9 specific.
struct VideoCodecVP9 {
VideoCodecComplexity complexity;
- int resilience;
+ bool resilienceOn;
unsigned char numberOfTemporalLayers;
bool denoisingOn;
bool frameDroppingOn;
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codec_database.cc » ('j') | no next file with comments »

Powered by Google App Engine