Define SimulcastStream as an alias for SpatialLayer
Step one in making it a separate type, that will be done as a followup, after downstream code is updated to use the new name. Bug: webrtc:11607 Change-Id: I6fa664a0729b1cfd71b7f02b6441880beee0e741 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262806 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36946}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
1c633c8b87
commit
c0a9f35248
@ -188,7 +188,7 @@ void ConfigureStream(int width,
|
||||
int min_bitrate,
|
||||
int target_bitrate,
|
||||
float max_framerate,
|
||||
SpatialLayer* stream,
|
||||
SimulcastStream* stream,
|
||||
int num_temporal_layers) {
|
||||
RTC_DCHECK(stream);
|
||||
stream->width = width;
|
||||
|
||||
Reference in New Issue
Block a user