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

Unified Diff: webrtc/common_types.h

Issue 1211353002: Integration of VP9 packetization. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: set ss data if not set Created 5 years, 5 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/interface/module_common_types.h » ('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 bda9c7ec50475a1ea4542d3a452823e14655030b..ac56eb1cf14e1b958106cb63912dc4818be1e588 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -618,7 +618,7 @@ struct VideoCodecVP8 {
}
};
-// VP9 specific
+// VP9 specific.
struct VideoCodecVP9 {
VideoCodecComplexity complexity;
int resilience;
@@ -627,6 +627,8 @@ struct VideoCodecVP9 {
bool frameDroppingOn;
int keyFrameInterval;
bool adaptiveQpMode;
+ unsigned char numberOfSpatialLayers;
+ bool flexibleMode;
};
// H264 specific.
« no previous file with comments | « no previous file | webrtc/modules/interface/module_common_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698