Work on flexible mode and screen sharing.
Implement VP8 style screensharing but with spatial layers. Implement flexible mode. Files from other patches: generic_encoder.cc layer_filtering_transport.cc BUG=webrtc:4914 Review URL: https://codereview.webrtc.org/1328113004 Cr-Commit-Position: refs/heads/master@{#10572}
This commit is contained in:
@ -68,6 +68,10 @@ struct CodecSpecificInfoVP9 {
|
||||
uint16_t width[kMaxVp9NumberOfSpatialLayers];
|
||||
uint16_t height[kMaxVp9NumberOfSpatialLayers];
|
||||
GofInfoVP9 gof;
|
||||
|
||||
// Frame reference data.
|
||||
uint8_t num_ref_pics;
|
||||
uint8_t p_diff[kMaxVp9RefPics];
|
||||
};
|
||||
|
||||
struct CodecSpecificInfoGeneric {
|
||||
|
||||
Reference in New Issue
Block a user