Integration of VP9 packetization.
Supports running 1 spatial and 1-3 temporal layers in non-flexible mode. BUG=webrtc:4148, webrtc:4168, chromium:500602 TBR=mflodman Review URL: https://codereview.webrtc.org/1211353002 Cr-Commit-Position: refs/heads/master@{#9665}
This commit is contained in:
@ -61,7 +61,8 @@ VideoCodecVP9 VideoEncoder::GetDefaultVp9Settings() {
|
||||
vp9_settings.frameDroppingOn = true;
|
||||
vp9_settings.keyFrameInterval = 3000;
|
||||
vp9_settings.adaptiveQpMode = true;
|
||||
|
||||
vp9_settings.numberOfSpatialLayers = 1;
|
||||
vp9_settings.flexibleMode = false;
|
||||
return vp9_settings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user