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

Unified Diff: webrtc/common_types.h

Issue 1323943007: VP9: Add automaticeResize to codec setting. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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 693d36db7fc302e96dbfb07f512bb58b2d0626f4..059bd1005935528acef5f936be3ed8ee3041b17d 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -627,6 +627,7 @@ struct VideoCodecVP9 {
bool frameDroppingOn;
int keyFrameInterval;
bool adaptiveQpMode;
+ bool automaticResizeOn;
unsigned char numberOfSpatialLayers;
bool flexibleMode;
};

Powered by Google App Engine
This is Rietveld 408576698