Enabling spatial layers in VP9Impl. Filter layers in the loopback test.
Handling the case when encoder drops only the higher layer. Added options to screenshare loopback test to discard high temporal or spatial layers (to view the lower layers). Review URL: https://codereview.webrtc.org/1287643002 Cr-Commit-Position: refs/heads/master@{#9883}
This commit is contained in:
@ -63,7 +63,7 @@ struct CodecSpecificInfoVP9 {
|
||||
uint8_t gof_idx;
|
||||
|
||||
// SS data.
|
||||
size_t num_spatial_layers;
|
||||
size_t num_spatial_layers; // Always populated.
|
||||
bool spatial_layer_resolution_present;
|
||||
uint16_t width[kMaxVp9NumberOfSpatialLayers];
|
||||
uint16_t height[kMaxVp9NumberOfSpatialLayers];
|
||||
|
||||
Reference in New Issue
Block a user